Re: [mp1] Apache gets segfault when starting after modperl upgrade.

2003-10-03 Thread Przemyslaw Jaroszewski
On Thu, 2 Oct 2003, Thomas Nagel wrote: > > You may rebuild libapache-mod-perl (seems to works for my config) with > the new perl-5.8.1 packages installed: > That worked. Thanks a lot! Regards, Przemek -- "Delenda est Carthago" /Cato the Elder/ .d~^v Przemyslaw Jaroszewski

Re: [mp1] Apache gets segfault when starting after modperl upgrade.

2003-10-02 Thread Thomas Nagel
Hi, You may rebuild libapache-mod-perl (seems to works for my config) with the new perl-5.8.1 packages installed: $ cd /tmp $ apt-get source libapache-mod-perl $ cd apache-1.3.27 $ fakeroot dpkg-buildpackage -uc -us $ dpkg -i ../libapache-*.deb Any clues? Regards, Przemek Bye -- [EMAIL PROTE

Re: [mp1] Apache gets segfault when starting after modperl upgrade.

2003-10-02 Thread Damyan Ivanov
On Thu, 2 Oct 2003, Przemyslaw Jaroszewski wrote: > On Debian linux, fter apt-get upgrade which fetched 1.27-7 of > libapache-mod-perl, the Apache server does not start anymore (just > gets Segmentation fault). See http://bugs.debian.org/apache-perl Basically apache-perl must be recompiled again

Re: [mp1] Apache gets segfault when starting after modperl upgrade.

2003-10-02 Thread Ged Haywood
Hi there, On Thu, 2 Oct 2003, Przemyslaw Jaroszewski wrote: > On Debian linux, fter apt-get upgrade which fetched 1.27-7 of > libapache-mod-perl, the Apache server does not start anymore (just gets > Segmentation fault). I have no experience with Debian. Perl and mod_perl must be compiled with

[mp1] Apache gets segfault when starting after modperl upgrade.

2003-10-02 Thread Przemyslaw Jaroszewski
Hi, On Debian linux, fter apt-get upgrade which fetched 1.27-7 of libapache-mod-perl, the Apache server does not start anymore (just gets Segmentation fault). This happens only when the conf file tells it to load perlmod: LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so Here's the output f