I have installed php on my Linux Suse 7.3 system, and Apache Web Server.
I configured php in this way:
./configure --with-apache=../apache_1.3.x --with-oci8 --enable-track-vars etc..
make
make install, etc..
when I start the web server, it is all right, I can view my php and html pages, but my oci8 functions returned me the following error:
Warning_oci_open_server:Error while trying to retrieve text for error ORA-12546,
also my oracle installation on the same machine is all right, because I can access to my database with sqlplus, and the scripts in the php text pages are correct, because I have already tested on windows2000/Apache/php/oracle817.
What is change in Linux/Apache/php/oracle817??
Thanks , Marco.