about php_curl.dll and php_openssl.dll

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
aews
Forum Newbie
Posts: 1
Joined: Tue Apr 20, 2004 11:15 pm
Contact:

about php_curl.dll and php_openssl.dll

Post 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
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: about php_curl.dll and php_openssl.dll

Post 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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
Post Reply