I have installed a PHP 4 for Netscape iPlanet Enterprise web server.
The following is my setting:
web server locataion /usr/netscape/
web server instant /usr/netscape/https-phpserver
document /home/www/php
php location /opt/php4
After that, I try the phpinfo() function and create index.php in /home/www/php/index.php.
Once I run this page, the error of inclusive path (.:/opt/php4/phplib) error occurs.
I have tried to modify the php.ini include path value to include /home/www/php:.:/opt/php4/phplib , but the same result.
Anyone can help ?
Thanks for attention