aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-04 20:36:21 -0400
committerJoey Hess <joey@kitenet.net>2010-05-04 20:36:21 -0400
commite44ccca13c61bd9105ad3de24506523d8d9bdb93 (patch)
tree87c6bf6a7e3275813b883bf1f44ff22e8212d29d
parent953c28a702202cb5a736765acb838ebfdd505c6a (diff)
parent93f8000d584312049fac6b52d8eac4206aa1bedc (diff)
downloadikiwiki-e44ccca13c61bd9105ad3de24506523d8d9bdb93.tar
ikiwiki-e44ccca13c61bd9105ad3de24506523d8d9bdb93.tar.gz
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r--doc/forum/PERL5LIB__44___wrappers_and_homedir_install.mdwn7
1 files changed, 6 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 988f261a7..fba941efc 100644
--- a/doc/forum/PERL5LIB__44___wrappers_and_homedir_install.mdwn
+++ b/doc/forum/PERL5LIB__44___wrappers_and_homedir_install.mdwn
@@ -26,8 +26,13 @@ Server has an older ikiwiki installed but I'd like to use a newer version from g
cd ikiwiki
perl Makefile.PL INSTALL_BASE=$HOME PREFIX=
- make install
+ make install
> Then `$HOME/bin/ikiwiki` will have hardcoded into it to look
> for ikiwiki's perl modules in `$HOME/lib/perl5/`
> (This is documented in the README file by the way.) --[[Joey]]
+
+>> Ok, *perl Makefile.PL INSTALL_BASE=$HOME/bin PREFIX=* finally did it for me. I tried too many things with
+>> these paths so I wasn't sure which actually worked. After that I did
+>> *$ ikiwiki --setup www.setup --wrappers --rebuild*. Somehow in this update mess I seem to have lost the user
+>> accounts, maybe the --rebuild was too much.