Hi,
I recently upgraded from PHP 4.3.4 to 4.3.10 with Apache 1.3.29 on Solaris. Before the upgrade, everything was working fine. After, Apache won't start up correctly.
'apachectl start' works correctly, but doesn't load any of the SSL components.
'apachectl startssl' does not work. It generates the following on the command line, and nothing in the apache error logs (set to debug, as high as we can set them).
Segmentation Fault - core dumped ./apachectl startssl: httpd could not be started
I'm not very familiar with examining core files, so I haven't gotten very far with that. I also tried trussing the command but didn't figure it out from there. If you have suggestions with either of these things that would be helpful.
Also, if it helps:
$php -i phpinfo() PHP Version => 4.3.10
System => SunOS mumble 5.8 Generic_117350-08 sun4u Build Date => Jan 5 2005 13:03:09 Configure Command => './configure' '--with-curl' '--with-openssl=/usr/local/openssl' '--with-apxs=/usr/local/wiscmail/admin/bin/apxs' Server API => Command Line Interface Virtual Directory Support => disabled Configuration File (php.ini) Path => /usr/local/lib/php.ini PHP API => 20020918 PHP Extension => 20020429 Zend Extension => 20021010 Debug Build => no Thread Safety => disabled Registered PHP Streams => php, http, ftp, https, ftps
If anyone has had a similar problem or has suggestions it would be greatly appreciated.
Thanks,
Matt
-- Matt Blasinski (mbv) Software Engineer Internet Infrastructure Applications Technology Division of Information Technology 3121 Computer Science and Statistics 1210 West Dayton Street Madison WI 53706 Work (608) 262-2286 Personal Cell (608) 347-6940
<?php echo "You can have it fast, cheap, or working. Choose two."; ?>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php