Subject: | configure failure: apache2 check is wrong in configure script |
Version 2.08
Makefile.PL does not properly handle options from cpan
Given:
/usr/bin/perl Makefile.PL PREFIX=/usr/local/library/perl/
SITELIBEXP=/usr/local/library/perl/lib/perl5
LIB=/usr/local/library/perl/lib/perl5
INSTALLMAN1DIR=/usr/local/library/perl/share/man/man1
INSTALLMAN3DIR=/usr/local/library/perl/share/man/man3
INSTALLSITEMAN1DIR=/usr/local/library/perl/share/man/man1
INSTALLSITEMAN3DIR=/usr/local/library/perl/share/man/man3
result:
checking whether to enable maintainer-specific portions of Makefiles... no
/usr/sbin/apache2
Can't open perl script "PREFIX=/usr/local/library/perl/": No such file
or directory
Can't open perl script "PREFIX=/usr/local/library/perl/": No such file
or directory
test -z
Can't open perl script "PREFIX=/usr/local/library/perl/": No such file
or directory
configure: error: Bad apache2 binary (/usr/sbin/apache2)
Every single other perl module I've installed from CPAN can handle these
options provided by cpan (for having a specific user defined cpan
installation directory)