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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: eggrant at aol dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 13:01:31 2024 UTC