On Thu, 20 Feb 2003, Wilcox, Curtis wrote:

[snip,snip]
> tried installing apache-1.3.27 and mod_perl-1.27, following the
> instructions in INSTALL.simple, included in the mod_perl
> source. Unfortunately when I add the following to httpd.conf, the
> apachectl configtest segfaults:
> 
> <Location /Songs>
>         SetHandler perl-script
>         PerlHandler Apache::MP3
> </Location>
> 
> /usr/local/apache/bin/apachectl configtest
> /usr/local/apache/bin/apachectl: line 171:   999 Segmentation fault
> $HTTPD -t
> 
> The segfault is not caused by the PerlHandler, it still happens if there's
> only the SetHandler line.

Did you build mod_perl as a DSO?  If so I'd try static.

> I have successfully run Apache::MP3 on a Red Hat 7.3 configuration but I'd
> like to use Red Hat 8.0 because of a number of the updates included the
> current version of perl. This page compares the versions of the relevant
> components (as far as I can tell) and the output of httpd -V, httpd -l, and
> perl -V on the Red Hat 8.0 and Red Hat 7.3 machines.
> 
> <http://stream.esm.rochester.edu/trouble/stream80_vs_stream73.html>

Er...

hurricane:~$ >>> ping stream.esm.rochester.edu
PING stream.esm.rochester.edu (172.30.209.9) from 212.22.195.7 : 56(84) bytes of data.

--- stream.esm.rochester.edu ping statistics ---
15 packets transmitted, 0 packets received, 100% packet loss

> Could I upgrade Red Hat 7.3 to 8.0

How much time have you got?

> and retain my apache configuration but end up with perl 5.8.0?

If you want Perl 5.8.0 under 7.3 that's no problem, just grab the
source and compile it.  (Don't use RPMs unless you relish pain...:)

73,
Ged.

Reply via email to