Hi, I currently have apache installed as DSO and oracle 815 on /opt/oracle/815 and OAS on /opt/oas/4.0. I've compiled PHP with "--with-oracle=/opt/oas/4.0" but when I tried starting up httpd it pukes because it's loolkng in the wrong place for the library. It is checking "/opt/oas/4.0/lib" instead of /opt/oracle/815/lib, the lib name is the same so I can't link it or copy it to "/opt/oas/4.0/lib". Is there a way to tell PHP to use "/opt/oracle/815/lib"? I need this, because I want to run OAS with external httpd as the listerner and be able to use php as well. Thanks.
-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]