From:             [EMAIL PROTECTED]
Operating system: Solaris 8
PHP version:      4.2.3
PHP Bug Type:     Apache related
Bug description:  Apache 1.3.26 w/OpenSSL fails to start

We performed a basic compile on the PHP module:

  ./configure --with-apxs=/usr/local/apache/bin/apxs \
    --with-mysql --with-openssl=/usr/local/ssl
  make 
  make install

Compile and install worked successfully, reporting no errors.  However,
when we updated our httpsd.conf file to include support for the .php
extension (and ensured that the LoadModule statement was correct),
Apache/SSL failed to start, and reported no errors in the log files (nor
were there any when running direct from the command line).  The only item
in the log file stated that the gcache engine had started, though it
subsequently died when Apache failed to start.

We have looked through the bug list, and have been unabled to find a
specific bug that looks like ours (though that may be our own blindness --
if so, we apologize).  Aside from one error relating to threads (our
Apache and PHP compiles both included thread support), we saw nothing.

Does anyone have any idea as to the cause of this problem?  Any assistance
will be greatly appreciated.
-- 
Edit bug report at http://bugs.php.net/?id=19457&edit=1
-- 
Try a CVS snapshot:  http://bugs.php.net/fix.php?id=19457&r=trysnapshot
Fixed in CVS:        http://bugs.php.net/fix.php?id=19457&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=19457&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=19457&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=19457&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19457&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=19457&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=19457&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=19457&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=19457&r=globals

Reply via email to