You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Pratik <pr...@gmail.com> on 2004/09/24 16:06:05 UTC

mp2 static building problem

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.

Regards,
Pratik

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: mp2 static building problem

Posted by Pratik <pr...@gmail.com>.
I've just tested it with latest mod_perl 2.0 CVS version and the
problem I had encountered is now fixed.

Thank you,
Pratik

On Sun, 26 Sep 2004 00:04:52 -0700, Philippe M. Chiasson
<go...@ectoplasm.org> wrote:
> Stas Bekman wrote:
> 
> > 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.
> 
> And it has been fixed just now. Thanks for the feedback Pratik! Can you
> try with
> the latest mod_perl-2.0 CVS and confirm it fixes the problem for you?
> Thanks!
> 
> 
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: mp2 static building problem

Posted by "Philippe M. Chiasson" <go...@ectoplasm.org>.
Stas Bekman wrote:

> 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.

And it has been fixed just now. Thanks for the feedback Pratik! Can you 
try with
the latest mod_perl-2.0 CVS and confirm it fixes the problem for you? 
Thanks!

Re: mp2 static building problem

Posted by Stas Bekman <st...@stason.org>.
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:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org