aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/INC_location_not_set_correctly_in_make_test.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-04 13:57:26 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-04 13:57:26 -0500
commit6655fbb991051d2af8965bfcc0d899a25b7e478f (patch)
tree667e843d93c58daab62d24ec305e53bafc99f888 /doc/bugs/INC_location_not_set_correctly_in_make_test.mdwn
parent8d26eaa9a4309e9dbd173120be108b671edad2df (diff)
downloadikiwiki-6655fbb991051d2af8965bfcc0d899a25b7e478f.tar
ikiwiki-6655fbb991051d2af8965bfcc0d899a25b7e478f.tar.gz
local configuration error.
Diffstat (limited to 'doc/bugs/INC_location_not_set_correctly_in_make_test.mdwn')
-rw-r--r--doc/bugs/INC_location_not_set_correctly_in_make_test.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/INC_location_not_set_correctly_in_make_test.mdwn b/doc/bugs/INC_location_not_set_correctly_in_make_test.mdwn
index de03aac48..1d396c85b 100644
--- a/doc/bugs/INC_location_not_set_correctly_in_make_test.mdwn
+++ b/doc/bugs/INC_location_not_set_correctly_in_make_test.mdwn
@@ -10,3 +10,15 @@ That directory should be part of @INC, because I have:
in my .bashrc. However, /home/turian/utils/lib/perl5/lib/i386-linux-thread-multi/ does not appear in that @INC line.
How do I get the proper @INC locations set?
+
+> Nothing in ikiwiki touches whatever PERL5DIR setting you may have,
+> so AFAICS, this must be some sort of local configuration problem.
+> How do
+> `/home/turian/utils//lib/perl5/site_perl/5.8.8/i386-linux-thread-multi`
+> and `/home/turian/utils//lib/perl5/site_perl/5.8.8` get into the
+> displayed `@INC`? The likely way seems to be that something in your
+> system sets PERL5LIB to contain those directories, clobbering
+> the earlier setting in your `.bashrc`.
+> --[[Joey]]
+
+[[!tag done]]