aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/assumes_system_perl.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 02:34:48 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 02:34:48 +0000
commit2210c65083465bf8e515418cf2528e18f7326bc0 (patch)
treed943525db15d25c51d5347a41e07939c150708e9 /doc/todo/assumes_system_perl.mdwn
parentde9104d4e2571dcdf28659b3fd244c3c77f02740 (diff)
downloadikiwiki-2210c65083465bf8e515418cf2528e18f7326bc0.tar
ikiwiki-2210c65083465bf8e515418cf2528e18f7326bc0.tar.gz
more triage
Diffstat (limited to 'doc/todo/assumes_system_perl.mdwn')
-rw-r--r--doc/todo/assumes_system_perl.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/todo/assumes_system_perl.mdwn b/doc/todo/assumes_system_perl.mdwn
new file mode 100644
index 000000000..a0405472b
--- /dev/null
+++ b/doc/todo/assumes_system_perl.mdwn
@@ -0,0 +1,16 @@
+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.
+
+> I will acdept sufficiently nonintrusive patches to make ikiwiki work better on strange systems like
+> yours, but do not plan to work on it myself, since I do not use systems
+> where /usr/bin/perl is not a sane default. --[[Joey]]
+
+[[wishlist]]