diff options
author | aldebrn <aldebrn@web> | 2009-07-12 02:44:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-07-12 02:44:14 -0400 |
commit | 759becd40c39344a1cb2564ca58ad1b753e504c4 (patch) | |
tree | 11729e322ac0675edb973dac25f7fdb54a58e546 /doc/install | |
parent | 6b009c4041eb156756285088d2fefd5e459083c6 (diff) | |
download | ikiwiki-759becd40c39344a1cb2564ca58ad1b753e504c4.tar ikiwiki-759becd40c39344a1cb2564ca58ad1b753e504c4.tar.gz |
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/discussion.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/install/discussion.mdwn b/doc/install/discussion.mdwn index 28b1eafd7..72406f70b 100644 --- a/doc/install/discussion.mdwn +++ b/doc/install/discussion.mdwn @@ -250,4 +250,10 @@ Warning: prerequisite HTML::Template 0 not found. Warning: prerequisite Mail::Sendmail 0 not found. Warning: prerequisite Text::Markdown 0 not found. -I've tried various combinations of PERL5LIB and PERL_MM_USE_DEFAULT to run this Makefile.PL but I'm not knowledgeable enough in Perl to get it to find the files in ~/.cpan. Thanks for any help! +CORRECTION 1: I played around with CPAN and got the installation to the point of succeeding with >99% of tests in "make test". An attempt of "make install" failed while trying to put files in /etc/IkiWiki but per the output's instructions, I reran "make install" and that seemed to work, until this error, which doesn't seem to be satisfiable: + + Warning: You do not have permissions to install into /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi at /usr/lib/perl5/5.8.8/ExtUtils/Install.pm line 114. + Installing /usr/lib/perl5/site_perl/5.8.8/IkiWiki.pm + mkdir /usr/lib/perl5/site_perl/5.8.8/IkiWiki: Permission denied at /usr/lib/perl5/5.8.8/ExtUtils/Install.pm line 176 + +Any suggestions? Whew! |