- or download this
$ mkdir ~/perl5 ~/apache
$ cd perl-5.8.6
...
PREP_HTTPD=1 \
EVERYTHING=1 \
USE_APACI=1
- or download this
Error: Unable to locate installed Perl libraries or Perl source code.
...
usually solves this kind of problem.
(You get this message, because MakeMaker could not find "/usr/local/li
+b/perl5/5.8.6/x86_64-linux/CORE/perl.h")
- or download this
$ mkdir ~/perl5 ~/apache
$ cd perl-5.8.6
...
$ ~/perl5/bin/perl Makefile.PL PREFIX=~/perl5
$ make
$ make install