Do you have the Oracle client installed on that machine? The .dll that comes
with PHP merely acts a connector from PHP to the Oracles libraries. You need
to have the Oracle client package installed for it to work.

Hope this helps ya!
- Erik

> -----Original Message-----
> From: Sean Duke [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 24, 2001 7:53 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] PHP & iis 4.0 & Oracle 8.1.6
>
>
> Hi,
>
> I would like to find out how I can get php to work on Win NT 4.0? I have
> tried the CGI module only and that failed. Then I downloaded the full .dll
> pakage and installed that onto my machine, I un-commented the
> extension path
> & the required libraries to use for a Oracle connection. I keep getting a
> dialog box saying "unable to load dynamic link library"
> 'c:/PHP/extensions/php_ etc. any other ideas?
>
> Sean
>
> !----------------- php.ini
>
> extension_dir = c:/PHP/extensions/
> extension=php_oci8.dll
> extension=php_oracle.dll
>
> !---------- php error message
>
> X-Powered-By: PHP/4.0.6 Content-type: text/html
> Fatal error: Call to undefined function: ocilogon() in
> d:\Inetpub\wwwroot\test\sean\querystring\display.php on line 4
> PHP Warning: Unable to load dynamic library
> 'c:/PHP/extensions/php_oci8.dll' - in Unknown on line 0 PHP
> Warning: Unable
> to load dynamic library 'c:/PHP/extensions/php_oracle.dll' - in Unknown on
> line 0
>
>
>
>
> --
> PHP Windows 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]
>


-- 
PHP Windows 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]

Reply via email to