[EMAIL PROTECTED] wrote:
-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:

I can't start my Apache2 (Debian Testing) with mod_perl

Apache without mod_perl works fine.

Error Message:
Syntax error on line 1 of /etc/apache2/mods-enabled/perl.load:
Cannot load /usr/lib/apache2/modules/mod_perl.so into server: 
/usr/lib/apache2/modules/mod_perl.so: undefined symbol: PerlIOBase_binmode

What do you get when you run:


ldd /usr/lib/apache2/modules/mod_perl.so | grep libperl

Assuming that your libperl.so resides in /usr/local/lib/libperl.so.5.8.0 (please correct it if I'm wrong, it should be in the output of the ldd command above), what do you get when you run:

nm /usr/local/lib/libperl.so.5.8.0 | wc -l
nm /usr/local/lib/libperl.so.5.8.0 | grep Perl_PerlIO_write
nm /usr/local/lib/libperl.so.5.8.0 | grep PerlIOBase_read

If the first call gives you 0, your library is stripped and we can't tell whether the symbol is there or not. And you will need to rebuild perl with -DDEBUGGING.

__________________________________________________________________
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