Hi, I have problem runnin PHP 4.07 with iPlanet Enterprise server 6.0 on Sparc Solaris 8 :
PHP was compile with gcc using the following options for configure: ./configure --with-nsapi=/opt/netscape/ns-http60/ --enable-track-vars --e nable-libgcc No error during compilation or installation. php.ini-dist copied in /usr/local/lib/php.ini For iPlanet Enterprise server 6.0 here are the changes made : Added in magnus.conf (it seems to be the new location for it) : Init fn="load-modules" shlib="/opt/netscape/ns-http60/bin/libphp4.so" funcs="php 4_init,php4_close,php4_execute,php4_auth_trans" Init fn="php4_init" LateInit="yes" Added in obj.conf : <Object name=default> ... Service type="magnus-internal/jsp" fn="NSServletService" Service fn="php4_execute" type="magnus-internal/x-httpd-php" ... </Object> <Object name="x-httpd-php"> ObjectType fn="force-type" type="magnus-internal/x-httpd-php" Service fn="php4_execute" </Object> magnus-internal/x-httpd-php mime type added in mime.types. Here is the error log, as i try to access a simple php script, the HTTP server crashes and is respawn by the watchdog process, with the following logs : [18/Oct/2001:17:37:18] failure (10296): Child process admin thread is shutting d own [18/Oct/2001:17:37:19] info (10301): Installing a new configuration [18/Oct/2001:17:37:19] info (10301): [LS ls1] http://fly.net.fdj.fr, port 80 rea dy to accept requests [18/Oct/2001:17:37:19] info (10301): A new configuration was successfully instal led [18/Oct/2001:17:37:19] info (10301): Loading IWSSessionManager by default. [18/Oct/2001:17:37:19] info (10301): IWSSessionManager: Maximum number of sessio ns is 1000 [18/Oct/2001:17:37:19] info (10301): php4_init reports: Initialized PHP Module [18/Oct/2001:17:37:20] info (10301): Successfully initialized web application en vironment (web-apps.xml) for virtual server (https-fly.net.fdj.fr) [18/Oct/2001:17:37:20] warning (10301): The server configuration may require mor e file descriptors than the operating system provides. If you encounter PR_PROC _DESC_TABLE_FULL_ERROR errors, you may wish to increase the operating system har d file descriptor limit from 1024 to 5763 (see your operating system documentati on) or decrease one or more of the following settings: MaxFiles in nsfc.conf and ConnQueueSize, RqThrottle, and MaxKeepAliveConnections in magnus.conf. Do you have a clue for me ? Thanks, Seb. -- 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]