Mod_perl woes

2001-09-18 Thread brooks roy

Hello, I have just installed mod_perl into my Apache 1.3.20 install :).. I
have apache+mod_ssl+mod_frontpage+php.

When ever I apachectl start it start up fine but when I try to load a
webpage, it says it cannot access the specified URL, here is a capture of
the error_log.


Any ideas are appreciated... thanks



[Tue Sep 18 16:11:20 2001] [notice] Apache/1.3.20 (Unix) FrontPage/4.0.4.3
mod_perl/1.26_01-dev PHP/4.0.6 configured -- resuming normal operations
[Tue Sep 18 16:11:22 2001] [notice] child pid 25702 exit signal Segmentation
fault (11)
[Tue Sep 18 16:11:23 2001] [notice] child pid 25704 exit signal Segmentation
fault (11)
[Tue Sep 18 16:11:24 2001] [notice] child pid 25707 exit signal Segmentation
fault (11)
[Tue Sep 18 16:11:24 2001] [notice] child pid 25706 exit signal Segmentation
fault (11)
[Tue Sep 18 16:11:24 2001] [notice] child pid 25703 exit signal Segmentation
fault (11)
[Tue Sep 18 16:11:28 2001] [notice] child pid 25708 exit signal Segmentation
fault (11)
[Tue Sep 18 16:11:29 2001] [notice] child pid 25709 exit signal Segmentation
fault (11)
[Tue Sep 18 16:11:36 2001] [notice] child pid 25710 exit signal Segmentation
fault (11)
[Tue Sep 18 16:11:42 2001] [notice] child pid 25711 exit signal Segmentation
fault (11)
[Tue Sep 18 16:11:45 2001] [notice] child pid 25713 exit signal Segmentation
fault (11)
[Tue Sep 18 16:11:46 2001] [notice] child pid 25712 exit signal Segmentation
fault (11)



--Brooks Roy




Re: Mod_perl woes

2001-09-18 Thread Jeffrey W. Baker



On Tue, 18 Sep 2001, brooks roy wrote:

 Hello, I have just installed mod_perl into my Apache 1.3.20 install :).. I
 have apache+mod_ssl+mod_frontpage+php.

 When ever I apachectl start it start up fine but when I try to load a
 webpage, it says it cannot access the specified URL, here is a capture of
 the error_log.

Three ideas:

1) Make sure that Apache, Perl, mod_perl, mod_php, and whatever else are
all compiled with large file support, or without it, consistently

2) Make sure that PHP isn't using its built-in mysql driver

3) Check the order of your module loading

Personally, I think you should just build php and perl in statically
instead of via DSO.

-jwb