The Doctor wrote:
I tried to upgrade to 5.8.4 but it did not work.

I have to downgrade to perl 5.8.3.

That's exactly why Release candidates are posted before a release is made, so that you can test your app that you plan to migrate to the latest version and report any problems with it.


Upon recompiling, I run into the following:

(gdb) run MAkefile.PL          akefile.PL APACHE_PREFIX=/var/www/SSLconf ALL_HOOKS=1 APACHE_SRC=../
[...]
I see you are building with Ben-SSL,
I'll set the SSL flags in mod_perl's Makefile
[New thread 0x83cbf00]
[Switching to thread 0x83cbf00]

Program received signal SIGSEGV, Segmentation fault.
0x0 in ?? ()
(gdb) bt
#0  0x0 in ?? ()
#1  0x481fb160 in init () from /shlib/libc.so.2
#2  0x481faec4 in getpwuid () from /shlib/libc.so.2
#3  0x48107137 in Perl_pp_gpwent ()
   from /usr/libdata/perl5/i386-bsdos/CORE/libperl.so
#4  0x48107070 in Perl_pp_gpwuid ()
   from /usr/libdata/perl5/i386-bsdos/CORE/libperl.so
#5  0x480ce1c3 in Perl_runops_standard ()
   from /usr/libdata/perl5/i386-bsdos/CORE/libperl.so
#6  0x4808081c in perl_run ()
   from /usr/libdata/perl5/i386-bsdos/CORE/libperl.so
#7  0x4808052b in perl_run ()
   from /usr/libdata/perl5/i386-bsdos/CORE/libperl.so
#8  0x8048fd6 in main ()
#9  0x8048e93 in __start ()

That happens long before you've even built mod_perl. So I'd suggest to ask at the perl5porters list.
__________________________________________________________________
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


--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to