Re: Can't load mod_perl in Solaris 8

2001-10-01 Thread Rog F
Hi, I have just come across this thread and have the exact same problem (http://aspn.activestate.com/ASPN/Mail/Message/modperl/677372) I am trying to build perl 5.6.0, DBD-Oracle-1.12 with DSO Apache 1.3.20 and mod_perl-1.26 on Solaris 7 (uname -r = 5.7?) Everything builds fine, however when

Re: Can't load mod_perl in Solaris 8

2001-08-01 Thread Doug MacEachern
On Fri, 13 Jul 2001, Jie Gao wrote: On Thu, 12 Jul 2001, Doug MacEachern wrote: pitty perl -V does not report usebincompat5005, if you are trying to build modperl as a dso, Makefile.PL should have warned you: Your current configuration will most likely trigger core dumps,

Re: Can't load mod_perl in Solaris 8

2001-07-13 Thread Doug MacEachern
On Fri, 13 Jul 2001, Jie Gao wrote: This is different from what I have been hearing for the past few years: Solaris' malloc is better than perl's. you're right, i just found this in the 5.6.1 announcement: :On some systems (IRIX and Solaris among them) the system malloc is :

Can't load mod_perl in Solaris 8

2001-07-12 Thread Javier Chicharro
I've compiled mod_perl-1.26 (and I tried with 1.25 too) for Apache 1.3.20 in a Solaris 8. When I start apache I get this error : Syntax error on line 222 of /opt/apache/conf/httpd.conf: Cannot load /opt/apache/libexec/libperl.so into server: ld.so.1: /opt/apache/bin/httpd: fatal: relocation

Re: Can't load mod_perl in Solaris 8

2001-07-12 Thread Ged Haywood
Hi there, On Thu, 12 Jul 2001, Javier Chicharro wrote: I've compiled mod_perl-1.26 (and I tried with 1.25 too) for Apache 1.3.20 in a Solaris 8. When I start apache I get this error : Syntax error on line 222 of /opt/apache/conf/httpd.conf: Cannot load /opt/apache/libexec/libperl.so

Re: Can't load mod_perl in Solaris 8

2001-07-12 Thread Javier Chicharro
Ged Haywood wrote: Hi there, On Thu, 12 Jul 2001, Javier Chicharro wrote: I've compiled mod_perl-1.26 (and I tried with 1.25 too) for Apache 1.3.20 in a Solaris 8. When I start apache I get this error : Syntax error on line 222 of /opt/apache/conf/httpd.conf: Cannot load

Re: Can't load mod_perl in Solaris 8

2001-07-12 Thread Ged Haywood
Hi again, On Thu, 12 Jul 2001, Javier Chicharro wrote: Yes, I compiled my Perl using Solaris cc. Is there any reason you don't want to compile static? 73, Ged.

Re: Can't load mod_perl in Solaris 8

2001-07-12 Thread Doug MacEachern
On Thu, 12 Jul 2001, Javier Chicharro wrote: I've compiled mod_perl-1.26 (and I tried with 1.25 too) for Apache 1.3.20 in a Solaris 8. When I start apache I get this error : you forgot to post your perl -V and Makefile.PL options

Re: Can't load mod_perl in Solaris 8

2001-07-12 Thread Doug MacEachern
On Thu, 12 Jul 2001, Javier Chicharro wrote: perl Makefile.PL APACHE_SRC=../apache_1.3.20/src DO_HTTPD=1 USE_APACI=1 your original post had an error trying to load /opt/apache/libexec/libperl.so, but these options are for a static build. do you have an old modperl dso configured?

Re: Can't load mod_perl in Solaris 8

2001-07-12 Thread Doug MacEachern
On Thu, 12 Jul 2001, Ged Haywood wrote: Hi again, On Thu, 12 Jul 2001, Javier Chicharro wrote: Yes, I compiled my Perl using Solaris cc. Is there any reason you don't want to compile static? is there any reason he should? the only issue using dso with solaris (and any other Perls

Re: Can't load mod_perl in Solaris 8

2001-07-12 Thread Jie Gao
On Thu, 12 Jul 2001, Doug MacEachern wrote: pitty perl -V does not report usebincompat5005, if you are trying to build modperl as a dso, Makefile.PL should have warned you: Your current configuration will most likely trigger core dumps, suggestions: *) Do not configure mod_perl as a DSO