php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14415 Unknown Startup Error
Submitted: 2001-12-10 17:57 UTC Modified: 2002-06-18 06:14 UTC
From: fizbo at codexscape dot com Assigned:
Status: Not a bug Package: iPlanet related
PHP Version: 4.0.6 OS: Solaris 8
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
38 + 41 = ?
Subscribe to this entry?

 
 [2001-12-10 17:57 UTC] fizbo at codexscape dot com
I compiled PHP as a NSAPI module with the following configure line:

./configure \
  --with-nsapi=/usr/netscape/server6 \
  --with-openssl=/usr/ssl \
  --enable-safe \
  --with-zlib \
  --enable-ftp \
  --with-gd \
  --with-ldap=/usr/ldap \
  --with-mysql=/usr/mysql \
  --with-pgsql=/usr/pgsql \
  --enable-trans-sid \
  --enable-libgcc \
  --enable-experimental-zts \
  --with-zlib-dir=/usr/zlib \
  --with-png-dir=/usr/png \
  --prefix=/usr/php

I've tried MANY combinations of the various lines, including not compiling anything but what is suggested in the documentation.  I'm runnin iPlanet 6.0sp2 on Solaris 2.8 and trying to get php 4.0.6 compiled (need PostgreSQL support at minimum...) but it seems to not matter, as any option simply gives me this error on startup:

Status:
    [https-www]: start failed. (2: unknown early startup error)
    [https-www]: iPlanet-WebServer-Enterprise/6.0SP2
    [https-www]: [LS ls1] http://<ip>, port 80 ready to accept requests
    [https-www]: [LS www-ssl] https://<ip>, port 443 ready to accept requests
    [https-www]: failure: server initialization failed (Interrupted system call)

Any help on this is appreciated...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-18 06:14 UTC] derick@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately your version of PHP is too old -- the problem
might already be fixed. Please download a new PHP
version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 00:01:30 2024 UTC