Re: mod_perl troubles with RedHat 8.0 and Perl 5.8.0

2002-12-19 Thread Adam Batkin
When I do an: rpm -ql perl | grep 'perldoc' I only get: /usr/share/man/man1/perldoc.1.bz2 I get [root@www2 root]# rpm -ql perl | grep 'perldoc' /usr/bin/perldoc /usr/share/man/man1/perldoc.1.gz On Mandrake: urpmi perl-doc Which will install the package named perl-doc-5.8.0-13mdk which

Re: mod_perl troubles with RedHat 8.0 and Perl 5.8.0

2002-12-19 Thread Stas Bekman
iansmith wrote: On Thu, 19 Dec 2002, Stas Bekman wrote: Before you rebuild it, if you can get the segfault backtrace, that would be great. If you don't know how, check: http://perl.apache.org/docs/1.0/guide/help.html#How_to_Report_Problems Tried to do a make test in the mod_perl directory

Re: mod_perl troubles with RedHat 8.0 and Perl 5.8.0

2002-12-18 Thread Stas Bekman
iansmith wrote: I have compiled apache_1.3.27 with mod_perl-1.27 and got no errors. I have mod_perl as a shared module. I can run Apache without mod_perl fine, but when I activate the mod_perl module, it gives me this in error_log for every connection and fails to deliver any pages at all.

Re: mod_perl troubles with RedHat 8.0 and Perl 5.8.0

2002-12-18 Thread iansmith
On Thu, 19 Dec 2002, Stas Bekman wrote: Before you rebuild it, if you can get the segfault backtrace, that would be great. If you don't know how, check: http://perl.apache.org/docs/1.0/guide/help.html#How_to_Report_Problems Tried to do a make test in the mod_perl directory and got...

Re: mod_perl troubles with RedHat 8.0 and Perl 5.8.0

2002-12-18 Thread Aaron Johnson
On Wed, 2002-12-18 at 17:48, iansmith wrote: I have compiled apache_1.3.27 with mod_perl-1.27 and got no errors. I have mod_perl as a shared module. I can run Apache without mod_perl fine, but when I activate the mod_perl module, it gives me this in error_log for every connection and fails

Re: mod_perl troubles with RedHat 8.0 and Perl 5.8.0

2002-12-18 Thread Aaron Johnson
On Wed, 2002-12-18 at 20:30, Stas Bekman wrote: iansmith wrote: I have compiled apache_1.3.27 with mod_perl-1.27 and got no errors. I have mod_perl as a shared module. I can run Apache without mod_perl fine, but when I activate the mod_perl module, it gives me this in error_log for

Re: mod_perl troubles with RedHat 8.0 and Perl 5.8.0

2002-12-18 Thread iansmith
On 19 Dec 2002, Aaron Johnson wrote: How does your perl -V differ from the Mandrake one? The default install of Perl didn't have a perldoc either, I am wondering if it is a bad build. Mine is [root@www2 root]# perl -V Summary of my perl5 (revision 5.0 version 8 subversion 0)