php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10821 Web server won't start after php make install
Submitted: 2001-05-11 18:36 UTC Modified: 2002-09-18 01:00 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (50.0%)
From: eggrant at aol dot com Assigned:
Status: No Feedback Package: iPlanet related
PHP Version: 4.0.5 OS: Solaris 2.7 & Solaris 2.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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
43 + 4 = ?
Subscribe to this entry?

 
 [2001-05-11 18:36 UTC] eggrant at aol dot com
I am trying to configure PHP4 to be used with Netscape Enterprise 3.6 with NSAPI, LDAP, and SYBASE-CT on a Solaris 2.7 machine.

The error from the NES admin tool is 
pclose() failed. (2: unknown early startup error)

Error
       An error occurred during startup.
       The server https-<server> was not started.

PHP4.0.5 compile is successfull with the following configuration:

./configure --with-nsapi=/opt/netscape/suitspot --with-ldap=/usr/local/ldap --with-sybase=/usr/syb119/11.1.1 --enable-track-vars --enable-libgcc

I have completed the PHP4 install steps mentioned on:

http://www.php.net/manual/en/install.netscape-enterprise.ph

I have verified clean tests from the Netscape bug report with Netscape Engineers:

http://help.netscape.com/kb/corporate/19990524-10.html

If I comment out the following line from the obj.conf file the server will start as expected.

Init fn="load-modules" funcs="php4_init,php4_close,php4_execute,php4_auth_tr
ans" shlib="/opt/netscape/suitspot/bin/libphp4.so"

My previous PHP install without the LDAP and Sybase extensions worked just fine.  Problem is that I need the LDAP and Sybase modules.

I have attempted this with Solaris 2.8 and iPlanet Webserver 4.1 SP7 with the same problems.

Anyone have any ideas?

	Take Care,

	Eric G. Grant

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-17 10:12 UTC] kalowsky@php.net
Found as a solution to this problem in another bug report:
ian@ians.net says:
<quote>
i finally found it, i was missing the following line in magnus.conf:

Init fn="php4_init" LateInit="yes"
</quote>

Does this solve your problem any?
 [2002-09-18 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 09:01:27 2024 UTC