I have followed all instruction and default setting in PHP manual, but still
found error when loading php_oci8.dll in ISAP Mode. There were no problem
loading php_oracle8.dll in ISAPI mode or php_oci8.dll in CGI executable mode
(php.exe).

The procedure entry point OCILobFreeTemporary could not be located in the
dynamic link library OCI.DLL
Unknown(): Unable to load dynamic library
'c:/php/exetensions/php_oci8.dll' - The specified procedure could not be
found

My configuration: PHP Version 4.3.2, Apache 1.3, Windows 2000, Oracle 8.0.5.

This is my installation steps:
copy c:\php\php.ini-recommended c:\winnt\php.ini
copy http.default.conf http.conf

copy c:\php\php4ts.dll c:\winnt\system32
copy c:\php\php4ts.dll sapi
copy c:\orant\bin\oci*.dll \winnt\system32

php.ini changes:
---------------
doc_root = c:\apache\apache\htdocs
extension_dir = "c:/php/exetensions/"

extension=php_oci8.dll
extension=php_oracle.dll

httpd.conf changes (below #AddHandler type-map var)
---------------------------------------------------
LoadModule php4_module c:/php/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php .html .htm .phtml
AddType application/x-httpd-php-source .phps

Any helps would be appreciated. TIA

Rudolf



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to