aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://mcfrisk.myopenid.com/ <http://mcfrisk.myopenid.com/@web>2010-05-04 21:17:54 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-05-04 21:17:54 +0000
commit93f8000d584312049fac6b52d8eac4206aa1bedc (patch)
tree9ad0c49a140a56411f641e7aa3316cdcfcf96625 /doc
parent73ebf2a9f258e1f83b5ba3ceba36233c0d6df817 (diff)
downloadikiwiki-93f8000d584312049fac6b52d8eac4206aa1bedc.tar
ikiwiki-93f8000d584312049fac6b52d8eac4206aa1bedc.tar.gz
solved
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/PERL5LIB__44___wrappers_and_homedir_install.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/forum/PERL5LIB__44___wrappers_and_homedir_install.mdwn b/doc/forum/PERL5LIB__44___wrappers_and_homedir_install.mdwn
index b6bf14af8..fba941efc 100644
--- a/doc/forum/PERL5LIB__44___wrappers_and_homedir_install.mdwn
+++ b/doc/forum/PERL5LIB__44___wrappers_and_homedir_install.mdwn
@@ -31,3 +31,8 @@ Server has an older ikiwiki installed but I'd like to use a newer version from g
> 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.