views:

208

answers:

1

Hi there,

I am trying to install lighttpd and php separately on Windows XP. I successfully get the server to run. However, I failed to get the OCI to run in my server.

Error message saying that failed to load the PDO Driver for OCI. When I check on phpinfo(), no OCI/PDO OCI driver is loaded.

I got the correct dll file and php.ini correctly setup.

On phpinfo(), I found such line at "Configure Command" (also in php5.dll)

--with-pdo-oci=D:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=D:\php-sdk\oracle\instantclient10\sdk,shared"

However, my actual path for instantclient is C:\instantclient. Is there anything to do with the path above? I tried to change the path (in php5.dll) then I get a 500 internal server error. I have set ENVIRONMENT PATH to C:\instantclient and it have no problem when I am using XAMPP. In XAMPP, there is no php5.dll.