Re: mod_perl2 on my FreeBSD

2004-12-01 Thread Lars Eggert
cglee wrote: on my FreeBSD 5.3 stabe, perl 5.8.5 from port, Apache 2.0.52 from source, mod_perl 1.99_17 from source ... $ make test All tests successful and Web service looks good with apache2mod_perl2Mason1.27 It might be that the FreeBSD ports build mechanism sets some environment variables or

Re: mod_perl2 on my FreeBSD

2004-12-01 Thread Stas Bekman
Lars Eggert wrote: cglee wrote: on my FreeBSD 5.3 stabe, perl 5.8.5 from port, Apache 2.0.52 from source, mod_perl 1.99_17 from source ... $ make test All tests successful and Web service looks good with apache2mod_perl2Mason1.27 It might be that the FreeBSD ports build mechanism sets some

Re: mod_perl2 on my FreeBSD

2004-12-01 Thread cglee
It might be that the FreeBSD ports build mechanism sets some environment variables or does some other things that are different from building from source. Check your Makefile in the directory mod_perl-1.99_17/xs/APR/aprext. $ cat ./Makefile... dynamic :: # End.$ you must see the 'dynamic ::'

Re: mod_perl2 on my FreeBSD

2004-12-01 Thread Lars Eggert
Stas Bekman wrote: Most likely cglee was running gmake, while you Lars -- make, which makes a big diffference (but as stated in the other reply it should have been working with make too). I'll try that. If using gmake fixes it, that's an easy change to the port Makefile. In the future please

Re: mod_perl2 on my FreeBSD

2004-12-01 Thread Stas Bekman
Lars Eggert wrote: Stas Bekman wrote: Most likely cglee was running gmake, while you Lars -- make, which makes a big diffference (but as stated in the other reply it should have been working with make too). I'll try that. If using gmake fixes it, that's an easy change to the port Makefile. I'd

mod_perl2 on my FreeBSD

2004-11-30 Thread cglee
on my FreeBSD 5.3 stabe, perl 5.8.5 from port, Apache 2.0.52 from source, mod_perl 1.99_17 from source $ make..modperl_apr_perlio.c: In function `PerlIOAPR_open':modperl_apr_perlio.c:113: warning: cast to pointer from integer of different sizeRunning Mkbootstrap for APR::PerlIO ()chmod 644