diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-17 21:00:34 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-17 21:00:34 +0000 |
commit | 57606c79924d113779860254b7b39dbaae21d29c (patch) | |
tree | 904009fd9c1327d280e790981d91040e7e6e965c | |
parent | 52fde1b201ef8069d2cc55d8f0bb21ea110f1844 (diff) |
web commit by MichaelStevens: added new bug report
-rw-r--r-- | doc/bugs/assumes_system_perl.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/assumes_system_perl.mdwn b/doc/bugs/assumes_system_perl.mdwn new file mode 100644 index 000000000..1c50f8be6 --- /dev/null +++ b/doc/bugs/assumes_system_perl.mdwn @@ -0,0 +1,10 @@ +ikiwiki 1.45 doesn't work properly for perl installs not in the system path. + +ie: + +~/tools/perl-5.8.8/perl Makefile.PL +make + +fails, as the 'make' command attempts to use the perl install in PATH, rather than the one ikiwiki is being installed for. + +The installed bin/ikiwiki file also refers to /usr/bin/perl rather than the perl it is being installed for.
\ No newline at end of file |