aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://anastigmatix.net/ <http://anastigmatix.net/@web>2014-09-21 18:31:17 -0400
committeradmin <admin@branchable.com>2014-09-21 18:31:17 -0400
commite79a8fe330dd74ebffcbca9e0996bbc37bb6c664 (patch)
tree11c604bd3fb31402c5266cac2ec53cfeaec779c5 /doc
parent35233214bd655638d0fe80ea18ee1915e4a32255 (diff)
downloadikiwiki-e79a8fe330dd74ebffcbca9e0996bbc37bb6c664.tar
ikiwiki-e79a8fe330dd74ebffcbca9e0996bbc37bb6c664.tar.gz
"PERL5LIB in ENV doesn't help anymore" isn't so anymore (or, if you prefer, it helps again)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/PERL5LIB__44___wrappers_and_homedir_install.mdwn8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/forum/PERL5LIB__44___wrappers_and_homedir_install.mdwn b/doc/forum/PERL5LIB__44___wrappers_and_homedir_install.mdwn
index fba941efc..a140b3718 100644
--- a/doc/forum/PERL5LIB__44___wrappers_and_homedir_install.mdwn
+++ b/doc/forum/PERL5LIB__44___wrappers_and_homedir_install.mdwn
@@ -17,7 +17,13 @@ Or at least I get CGI errors and running ikiwiki.cgi manually fails too:
Server has an older ikiwiki installed but I'd like to use a newer version from git, and I don't have root access.
> You can't set `PERL5LIB` in `ENV` in a setup file, because ikiwiki is already
-> running before it reads that, and so it has little effect. Your error
+> running before it reads that, and so it has little effect.
+>> That's [fixed now](http://source.ikiwiki.branchable.com/?p=source.git;a=commitdiff;h=9d928bd69496648cd7a2d4542a2d533992c01757;hp=f574bc2ed470b60f576a2906998bc7c129f2f983)
+>> for anything invoked through the generated wrappers: they put all the setup `ENV`
+>> values into the real environment before starting Perl. (When running `ikiwiki` at the
+>> command line, `PERL5LIB` just has to be in the environment, as it would normally be.)
+>
+> Your error
> messages do look like a new bin/ikiwiki is using an old version of
> `IkiWiki.pm`.
>