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.
3 Workaround: add newenviron variable PERL5LIB
5 My additional question - what wrapper do? I'am russian hosting provider. I am interesting with ikiwiki.
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.)
11 > As a suid program, the wrapper cannot safely let environment variables
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]]