Pratik wrote:
I was building mp2 statically ( latest cvs version ) with the following :

perl Makefile.PL MP_USE_STATIC=1 MP_INST_APACHE2=1
MP_AP_PREFIX=/home/pratik/src/mp2/httpd-2.0.51 MP_MAINTAINER=1
MP_AP_CONFIGURE="--enable-maintainer-mode --enable-so --enable-rewrite
--enable-logio --enable-log-forensic"

But "make install" failed with the following message.

cd "src/modules/perl" && make install
make[1]: Entering directory `/home/pratik/src/mp2/modperl-2.0/src/modules/perl'
test -f mod_perl.so && \
cp mod_perl.so /home/pratik/src/mp2/httpd-2.0.51/modules
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/pratik/src/mp2/modperl-2.0/src/modules/perl'
make: *** [modperl_lib_install] Error 2

I just created a dummy mod_perl.so in src/modules/perl and did 'make
install'. After that it worked properly.

Thanks for the report, Pratik. Philippe is taking care of fixing it.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to