Hi everyone ! I try to install PHP in the following environment. O/S : solaris 2.7 PHP version : 4.0.6 Web Server : Nestscape Enterprise 3.6
But, I have some problems in installing PHP4. I referenced the following document fully. http://benoit.noss.free.fr/php/install-php4.html I had no problems until "configure", "make" and "make install" the PHP4. But, When I restarted the web server after I configured the file,"obj,conf", the following error message occurred. ERROR : pclose() failed.(2 : Unknown early startup error) I added followig 2-lines to the "obj.conf" files. Init fn="load-modules" funcs="php4_init,php4_close,php4_execute,php4_auth_trans" shlib="/usr/local/netscape/server4/bin/libphp4.so" Init fn="php4_init" errorString="Failed to initialize PHP!" If I remove the second line('Init fn="php4_init" errorString="Failedto initialize PHP!"'), there is no error message but PHP is don't work. What is the problem? I cannot solve this problem. Please help me. -- PHP Install 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]