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
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
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
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
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