aboutsummaryrefslogtreecommitdiff
path: root/doc/cgi
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-08 13:46:01 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-08 13:46:01 -0400
commite0855f84d321d59d3e5e99ca91b29ad796c37564 (patch)
treec9bf1027543a9c0814a051356e85795a6f292c68 /doc/cgi
parent23e95143b8f1a6328f6bfce243989f58ba5f72c3 (diff)
downloadikiwiki-e0855f84d321d59d3e5e99ca91b29ad796c37564.tar
ikiwiki-e0855f84d321d59d3e5e99ca91b29ad796c37564.tar.gz
response
Diffstat (limited to 'doc/cgi')
-rw-r--r--doc/cgi/discussion.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/cgi/discussion.mdwn b/doc/cgi/discussion.mdwn
index b4a0557bc..eee63faed 100644
--- a/doc/cgi/discussion.mdwn
+++ b/doc/cgi/discussion.mdwn
@@ -7,3 +7,9 @@ CGI seems to be working at least partly - the History and Recent Changes pages b
Error: Failed to load plugin IkiWiki::Plugin::mdwn: Can't locate IkiWiki/Plugin/mdwn.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at (eval 6) line 2. BEGIN failed--compilation aborted at (eval 6) line 2.
Since ikiwiki builds, it has to be finding Markdown at build time, right? What am I doing wrong here? I would appreciate a point in the right direction. Thanks.
+
+> Ikiwiki is failing to find `IkiWiki/Plugin/mdwn.pm` which is a plugin included in ikiwiki itsel.
+> So, that file must not have been installed in any of the directories in the @INC search path listed.
+> Either fix the installation so ikiwiki's perl modules are installed in one of the standard locations,
+> or you could use the `libdir` setting in the setup file to point ikiwiki
+> at the directory the perl modules are installed. --[[Joey]]