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

    a month later

    Which version of php have you used?
    What says the console if you try start the iplanet server using the start script from the solaris console?

      I am using both php 4.0.5 and php 4.0.6 (tried both) From the solaris console I see starting webserver on port 80 as nobody, like it should, but then nothing when I go to the browser. I am using enterprise iplanet 4.1sp7 , but ironically this setup works with php 4.0.2... I haven't gotten iplanet to work with the new releases of php?

        a year later

        Hi Ernie

        did you solve the problem last year ?

        I have the theme problem unter AIX 4.3.3 , iPlanet 4.1 SP9 and PHP 4.06

        Best Regards
        Heiko

          Write a Reply...