When I ran configure for PHP I tried to use the --with-apache and pointed it to /usr/local/apache but it told me it couldn't find httpd.h anywhere under there and it is there (/usr/local/apache/include/httpd.h). So, I ran it with --with-apxs=/usr/local/apache/bin/apxs. It creates the file libphp4.so and I'm loading it in Apache (which I didn't have to change because it was there before). I did notice before the changes that when I executed httpd -l to list loaded modules, PHP was listed and it's not now. I didn't have mod_so loaded before, but I loaded it this time.
Stanley G. Martin System Administrator Sprint - EAS Business Intelligence 913.762.8667 913.221.8241 PCS [EMAIL PROTECTED] -----Original Message----- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 1:05 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] PHP 4.3.6 Martin, Stanley G [Contractor for Sprint] wrote: > OK. Here it is > > [Thu May 20 11:52:41 2004] [notice] child pid 19615 exit signal > Segmentation fault (11) Was php4.3.6 compiled with the same options as your previous version? Just a guess here, but your scripts may be calling a function that existed in your old version, but isn't in your new version. This would usually just throw an error, but stranger things have happened. If this is on *nix, you could strace Apache. -- John C. Nichel KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php