From:             [EMAIL PROTECTED]
Operating system: Solaris 8
PHP version:      4.0.5
PHP Bug Type:     *Install and Config
Bug description:  Netscape Server 3.6 / Solaris 8 problems...

I am running a Solaris (sparc) 8 box with Netscape Enterprise Server 3.6.
The compile of PHP goes well. I used 
-------
./configure --with-mysql=/usr/local/mysql --with-nsapi=/mypath/netscape/suitespot/ 
--enable-track-vars --enable-libgcc 
make 
make install
-------
I then modified my start script for the server I am running (adding lib paths), and 
finally modified my obj.conf adding all the information needed as stated in 
"nsapi-readme.txt".
However, my server will refuse to startup when this init line is added to my obj.conf
------
Init fn="load-modules" funcs="php4_init,php4_close,php4_execute,php4_auth_trans" 
shlib="/usr/local/netscape/suitespot/bin/libphp4.so"
------
When the start script is executed it simply returns back with a command promt, no 
error.

If I comment out this newly added init, everything works (whithout PHP support of 
course).

When I install PHP with the above config options on a Solaris 2.6 machine with 
Netscape Enterprise 3.6, everything runs great.  So I do not know where the problem is 
coming from, Solaris 8 or Netscape Server 3.6.

Any insight would be greatly appreciated.

James
      


-- 
Edit Bug report at: http://bugs.php.net/?id=11039&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to