ikiwiki/doc/todo/assumes_system_perl.mdwn

21 lines
850 B
Plaintext
Raw Normal View History

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.
2007-03-17 23:07:46 +01:00
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]]
2007-07-25 04:34:48 +02:00
2013-03-29 06:59:24 +01:00
> > I've implemented a change that should fix this. For what it's worth this is a
> > life saver on shared hosting where building your own perl is super effective.
> > --frioux ([code here](https://github.com/frioux/ikiwiki/tree/use-env-perl))
2007-07-25 04:34:48 +02:00
[[wishlist]]