Hi all!
I am trying to install PHP in netscape enterprise webserver.Before getting into the details i don't have superuser access to the machine.
but i can talk to server admin to make necessay changes.
i didn't compile with nspai option ...it gave me an error while compiling ....
so i compile as follows in my own home direcotry
./ configure --prefix=/myhome/directory/
make
make install
to test installation i wrote a small php script
#!/myhome/directory/bin/php
<?php
print("Hello, world!\n");
?>
i run it from command line
$ ./test.php
----> i got the following result
X-Powered-By: PHP/4.2.2
Content-type: text/html
Hello, world!
I guess this means the installation is good .
Now i try to view it through the browser it just display the code.
my server admin also doesn't know how to make it work ....
i followed the instructions on this page http://benoit.noss.free.fr/php/install-php4.html
the problem here is i am not able to find /usr/local/netscape/server4/bin/libphp4.so on my machine
but i do able to find some thing like this /home/direcotory/php/libphp4.la ,libphp4.a
But i know how i can make it work in apache not in netscape any one over here experienced in Netscape or iplanet webservers...
Thanks in advance for any help
Regards,
Thendal