This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Entry point SSLv2_client_method missing in cygssl-1.0.0.dll


Hi,

there is problem with package "libopenssl100: A general purpose cryptography library with TLS implementation" after upgrade from 1.0.2g-1 to 1.0.2f-1.

Demonstration:

# With cygssl-1.0.0.dll from libopenssl100 version 1.0.2f-1 - correct behavior:
$ php --version
PHP 5.6.17 (cli) (built: Jan 27 2016 22:28:09)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
$

# With cygssl-1.0.0.dll from libopenssl100 version 1.0.2g-1 - error, no output:
$ php --version
$
$ strace php --version
--- Process 6084 created
--- Process 6084 loaded C:\Windows\SysWOW64\ntdll.dll at 77710000
--- Process 6084 unloaded DLL at 77410000
--- Process 6084 unloaded DLL at 752D0000
--- Process 6084 unloaded DLL at 77410000
--- Process 6084 unloaded DLL at 77310000
--- Process 6084 loaded C:\Windows\SysWOW64\kernel32.dll at 752D0000
--- Process 6084 loaded C:\Windows\SysWOW64\KernelBase.dll at 76230000
--- Process 6084 loaded C:\cygwin\bin\cygwin1.dll at 61000000
--- Process 6084 loaded C:\cygwin\bin\cygphp5-5-6.dll at 66180000
--- Process 6084 loaded C:\cygwin\bin\cygcrypto-1.0.0.dll at 6AF80000
--- Process 6084 loaded C:\cygwin\bin\cyggcc_s-1.dll at 6A800000
--- Process 6084 loaded C:\cygwin\bin\cygz.dll at 64FE0000
--- Process 6084 loaded C:\cygwin\bin\cygssl-1.0.0.dll at 658D0000
--- Process 6084, exception c0000139 at 777923F0
--- Process 6084 exited with status 0xc0000139

and Windows message box says:
php.exe - Entry Point Not Found
The procedure entry point SSLv2_client_method could not be located in
the dynamic link library cygssl-1.0.0.dll

Can SSLv2_client_method return to library, or perheaps php should be rebuild?

Regards
Vlado


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]