http://bruno.boulgour.com/ 2009-09-27 16:48:04 -04:00 committed by Joey Hess
parent 217141eb1a
commit 362033885f
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
[[!tag patch wishlist]]
If I install ikiwiki in a user directory (let's say /home/bruno/ikiwiki) with all perl modules (thoses coming from Bundle::Ikiwiki and Bundle::Ikiwiki:Extras) inside that directory (in /home/bruno/ikiwiki/lib/perl5) then the generated CGI wrapper generated does not work even if I make libdir point to that directory. The error reported explain that wrapper <code>Can't locate IkiWiki.pm in @INC</code>.
This is bad when you try to install Ikiwiki in such a way (everything needed by ikiwiki in one single directory) since ikiwiki is unusable in such case.
@ -26,3 +28,5 @@ index ff110b5..5289966 100644
--
1.6.0.4
</pre>
-- [[/users/bbb]]