aboutsummaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authoraldebrn <aldebrn@web>2009-07-12 01:28:27 -0400
committerJoey Hess <joey@kitenet.net>2009-07-12 01:28:27 -0400
commit6b009c4041eb156756285088d2fefd5e459083c6 (patch)
treec806ed02f25e723f5c76db94bd5ea3df47ad41d0 /doc/install
parent0e6ac3d45ec2c99e6df23bf5066d9c20b6d53339 (diff)
downloadikiwiki-6b009c4041eb156756285088d2fefd5e459083c6.tar
ikiwiki-6b009c4041eb156756285088d2fefd5e459083c6.tar.gz
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/discussion.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/discussion.mdwn b/doc/install/discussion.mdwn
index 9a0591975..28b1eafd7 100644
--- a/doc/install/discussion.mdwn
+++ b/doc/install/discussion.mdwn
@@ -232,9 +232,9 @@ In any case, thanks for the help, and thanks for the superb software. I really
---
## Prerequisite modules not found for non-root user
-Hi, I'm a non-root user trying to use IkiWiki on an academic webserver with Perl 5.8.8 but several missing modules, so I grab them from CPAN:
+Hi, I'm a non-root user trying to use IkiWiki on an academic webserver with Perl 5.8.8 but several missing modules, so I grab them from CPAN (edited):
- cd ~; PERL5LIB=`pwd` PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'CPAN::Shell->install("Bundle::IkiWiki")'
+ cd ~; PERL5LIB=`pwd`/ikiwiki:`pwd`/ikiwiki/cpan:`pwd`/lib/perl5 PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'CPAN::Shell->install("Bundle::IkiWiki")'
That puts a lot of files in ~/.cpan. Then when I go into the directory where I untarred IkiWiki and try to run the Perl makefile: