]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/ikiwiki-transition_does_not_set_perl_moduels_path_properly.mdwn
response
[ikiwiki.git] / doc / bugs / ikiwiki-transition_does_not_set_perl_moduels_path_properly.mdwn
index 7f8045164361b8670202adc05c26913c08741d9f..b3e87b529161ac9209a08efb94a2a753ea0d9910 100644 (file)
@@ -5,9 +5,13 @@ When installing ikiwiki the perl module path is setup correctly
 This is not true for ikiwiki-transition:
 
     $ PATH=/usr/local/ikiwiki-3.20100312/bin ikiwiki-transition prefix_directives ikiwiki.setup
-    Can't locate IkiWiki.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/local/ikiwiki-3.20100312/bin/ikiwiki-transition line 4.
+    Can't locate IkiWiki.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0
+     /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .)
+     at /usr/local/ikiwiki-3.20100312/bin/ikiwiki-transition line 4.
     BEGIN failed--compilation aborted at /usr/local/ikiwiki-3.20100312/bin/ikiwiki-transition line 4.
 
 The missing line should be added.
 
 Thanks!
+
+[[done]] --[[Joey]]