]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by MichaelStevens: added new bug report
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 17 Mar 2007 21:00:34 +0000 (21:00 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 17 Mar 2007 21:00:34 +0000 (21:00 +0000)
doc/bugs/assumes_system_perl.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/assumes_system_perl.mdwn b/doc/bugs/assumes_system_perl.mdwn
new file mode 100644 (file)
index 0000000..1c50f8b
--- /dev/null
@@ -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