I have complied php proprely with then editing the mime.type and obj.conf with the information found in the nsapi folder in php, but now my iplanet starts in the web gui, but it really isn't running. The server thinks its running but when I go in the browser to my box its not running. The browser just freezes.
I am running solaris 8
--i put this after mime types init
Init fn="load-modules" shlib="/usr/local/iplanet/bin/libphp4.so" funcs="php4_init,php4_close,php4$
Init fn="php4_init" LateInit="yes"
---put this after object type and before add's
Service fn="php4_execute" type="magnus-internal/x-httpd-php"
----added this object
<Object name="x-httpd-php">
ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
Service fn="php4_execute"
</Object>
--then i add /usr/local/lib to my start up script b/c that i where my header files is and also added the path to the mysql header file
libstdc++.so.2.10.0 .(is this the right way to add it?)
LD_LIBRARY_PATH=${SERVER_ROOT}/bin/${PRODUCT_NAME}/lib:${LD_LIBRARY_PATH}:/usr/local/lib;export L$
--I do all this and the page then won't open up in html through a browser..
thanks