]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/assumes_system_perl.mdwn
one fleeting second thought
[ikiwiki.git] / doc / todo / assumes_system_perl.mdwn
1 ikiwiki 1.45 doesn't work properly for perl installs not in the system path.
2
3 ie:
4
5 ~/tools/perl-5.8.8/perl Makefile.PL
6 make
7
8 fails, as the 'make' command attempts to use the perl install in PATH, rather than the one ikiwiki is being installed for.
9
10 The installed bin/ikiwiki file also refers to /usr/bin/perl rather than the perl it is being installed for.
11
12 > I will acdept sufficiently nonintrusive patches to make ikiwiki work better on strange systems like
13 > yours, but do not plan to work on it myself, since I do not use systems
14 > where /usr/bin/perl is not a sane default. --[[Joey]]
15
16 [[wishlist]]