Page 1 of 1

about php_curl.dll and php_openssl.dll

Posted: Tue Apr 20, 2004 11:15 pm
by aews
hi all i have some question about PHP extension
i have to use both php_curl.dll and php_openssl.dll on windows but i can't can anyone tell me how to use that extension on windows and what kind of web server do i need?? IIS, apache?? please tell me :)

when i uncommented the extension the error was occur:
php.exe - Ordinal Not Found
The ordinal 968 could not be located in the dynamic link library LIBEAY32.dll

AND
Warn
Unknown(): Unable to load dynamix library 'C:\PHP\php-4.3.6-Win32\extensions\php_openssl.dll' - The operating system cannot run %1

p.s. i'm use windows2000 professional

Re: about php_curl.dll and php_openssl.dll

Posted: Wed Apr 21, 2004 1:17 pm
by Weirdan
aews wrote:hi all i have some question about PHP extension
i have to use both php_curl.dll and php_openssl.dll on windows but i can't can anyone tell me how to use that extension on windows and what kind of web server do i need?? IIS, apache?? please tell me :)
It should work with both.
aews wrote: when i uncommented the extension the error was occur:
php.exe - Ordinal Not Found
The ordinal 968 could not be located in the dynamic link library LIBEAY32.dll

AND
Warn
Unknown(): Unable to load dynamix library 'C:\PHP\php-4.3.6-Win32\extensions\php_openssl.dll' - The operating system cannot run %1

p.s. i'm use windows2000 professional
Do you have libeay32.dll installed in your SYSTEM32 folder?

Posted: Wed Apr 21, 2004 1:20 pm
by feyd
ordinal references are resource id's in dll's. Seems like it's loading a different version than it's expecting and not doing error checking on it.. shame shame.