aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/assumes_system_perl.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/assumes_system_perl.mdwn')
-rw-r--r--doc/bugs/assumes_system_perl.mdwn14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/bugs/assumes_system_perl.mdwn b/doc/bugs/assumes_system_perl.mdwn
deleted file mode 100644
index 9df61bc80..000000000
--- a/doc/bugs/assumes_system_perl.mdwn
+++ /dev/null
@@ -1,14 +0,0 @@
-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]]