aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/2.45_Compilation_error.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-06-12 14:14:07 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-06-12 14:14:07 -0400
commit332e0b4e3cc8588f6a32e0f473b5d1349cda1b21 (patch)
tree6df18c87c9632bfe5aa74f0d9f80ba84019aeb57 /doc/bugs/2.45_Compilation_error.mdwn
parenta65dd073cf59b10ea193633e6d98ee37cd71007b (diff)
downloadikiwiki-332e0b4e3cc8588f6a32e0f473b5d1349cda1b21.tar
ikiwiki-332e0b4e3cc8588f6a32e0f473b5d1349cda1b21.tar.gz
question
Diffstat (limited to 'doc/bugs/2.45_Compilation_error.mdwn')
-rw-r--r--doc/bugs/2.45_Compilation_error.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/2.45_Compilation_error.mdwn b/doc/bugs/2.45_Compilation_error.mdwn
index e59cc891d..141d71da8 100644
--- a/doc/bugs/2.45_Compilation_error.mdwn
+++ b/doc/bugs/2.45_Compilation_error.mdwn
@@ -152,7 +152,9 @@ installation. Joey, should I email you the strace log file?
> look for it when `perl -Iblib/lib -e 'use IkiWiki'` is straced.
>
> The only differences between the two calls to perl seem to be:
-> * One runs `perl`, and the other `/usr/bin/perl` -- are these really the same program?
+> * One runs `perl`, and the other `/usr/bin/perl` -- are these really
+> the same program? Does `perl -lblib/lib ikiwiki.out -libdir . -setup docwiki.setup -refresh`
+> fail the same way as the `/usr/bin/perl` variant?
> * The `-libdir .`, which causes ikiwiki to modify `@INC`, adding "." to
> the front of it.
>