Hello, Make sure that this dll you have is in the correct extension path AND this dll is a valid version for your verson of PHP. This is usually the main things that will cause the error you specified.
In your php.ini, check your extension_dir = and make sure it points to your extensions path. I keep mine under my php directory, like so: e:\apps\php\extensions so my extension_dir = e:\apps\php\extensions Then make sure that dll is in that path. But also make sure it is the correct version for the version of PHP you are running. Hope that helps! Nicole Amashta www.aeontrek.com Mauricio wrote: > Hi for all. > I have php+apache+win2000+client oracle in my machine. > I configured my php.ini with: > extension_dir and uncomment extensions in php_oci8.dll > But, when I restart my apache, I receive the following error: > > Unable to load dynamic library "c:\php\extensions/php_oci8.dll". It was not > possible to find the specified procedure. > Can anyone help me with the configuration of php+oracle? > > -- > Mauricio > +55 - (041) - 219-5246 > [EMAIL PROTECTED] > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php