summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/libdir_not_used_in_wrappers.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/libdir_not_used_in_wrappers.mdwn b/doc/bugs/libdir_not_used_in_wrappers.mdwn
index baca5750e..d3baa0bfb 100644
--- a/doc/bugs/libdir_not_used_in_wrappers.mdwn
+++ b/doc/bugs/libdir_not_used_in_wrappers.mdwn
@@ -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]]