php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9612 iPlanet 4.0 SP3 install obj.conf
Submitted: 2001-03-07 22:16 UTC Modified: 2001-05-03 15:38 UTC
From: bdgregg at pitt dot edu Assigned:
Status: Closed Package: iPlanet related
PHP Version: 4.0 Latest CVS (07/03/2001) OS: Solaris 2.6
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:
34 + 48 = ?
Subscribe to this entry?

 
 [2001-03-07 22:16 UTC] bdgregg at pitt dot edu
Seems no matter what version of 4.0.4 (where I started) and up I can not get the Netscape/iPlanet Enterprise server 4.0 SP3 to load properly.  We are currently using version 3.x in cgi mode and would like it embeded if possible.  I have seen similar problems but with no real solution posted.  I will eventually need to add Oracle, Mysql, and LDAP modules included but since I couldn't get it to work, I decided to limit what was being included in the nsapi module.  I think I have limited it to as little as possible.  The following is what I last tried and it still did not work.  If I remove the lines from the obj.conf file that references the php module the server starts with out a problem.  I also modified the start script to include the LD_LIBRARY_PATH additional directories so they should not be the problem.  The Error log reports nothing out of the ordinary.

Try a basic configure...  (using hints I found in the bug database - I am assuming the following is correct)  

./configure --with-nsapi=/usr/local/netscape/server4 --without-mysql --enable-libgcc --enable-experimental-zts

configure completes no problem.
make... compiles.  Except I notice...
nsapi.c: In function `nsapi_request_dtor':
nsapi.c:440: warning: passing arg 1 of `nsapi_free' discards qualifiers from pointer target type
nsapi.c:442: warning: passing arg 1 of `nsapi_free' discards qualifiers from pointer target type

I ignore the warnings...

make install... Installs no errors.

Using Administration web port I attempt to start the server but every time it returns the following:

Status: 
[https-phphelpdesk]: start failed. (2: unknown early startup error)
[https-phphelpdesk]: server terminated (signal 6): watchdog is restarting it 
[https-phphelpdesk]: failure: server initialization failed 

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

I would like to use the php module.  Please, if anyone knows any working configurations of iPlanet Enterprise Server on Solaris working with PHP 4.x let me know how you did it.

Thanks,
Brian Gregg
University of Pittsburgh
University Library System
Pittsburgh, PA 15260





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-25 13:22 UTC] avsm@php.net
Try the following obj.conf entry, and see if it fixes your problem.  Apart from this change, you should follow the manual entry for the rest of the obj.conf

Init fn="load-modules" shlib="/path/to/server4/bin/libphp4.so" funcs="php4_init,php4_close,php4_execute,php4_auth_trans"
Init fn="php4_init" LateInit="yes" 


 [2001-05-03 15:38 UTC] avsm@php.net
no feedback
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC