]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/wrapper_can__39__t_find_the_perl_modules.mdwn
Remove tagged_is_strict option, and just behave as though it was enabled
[ikiwiki.git] / doc / bugs / wrapper_can__39__t_find_the_perl_modules.mdwn
1 If i intsall perl modules in my custom directory, cgi wrapper can't find them. I found clearing enviroment variables in code  of wrapper. But information about custom directories put to perl with PERL5LIB variable.
2
3 Workaround: add newenviron variable PERL5LIB
4
5 My additional question - what wrapper do? I'am russian hosting provider. I am interesting with ikiwiki.
6
7 > The wrapper allows ikiwiki to run as the user who owns the wiki, which
8 > is generally not the same as the user that runs the web server.
9 > (It also handles some other things, like some locking.)
10
11 > As a suid program, the wrapper cannot safely let environment variables
12 > pass through.
13
14 > If you want to install ikiwiki's perl modules in a nonstandard location,
15 > you can set `INSTALL_BASE` when running `Makefile.PL`. ikiwiki will then
16 > be built to look in that location. --[[Joey]]  [[!tag done]]