Author |
|
igor88
Joined: 22 Apr 2015 Posts: 4 Location: Moscow
|
Posted: Tue 04 Aug '15 14:55 Post subject: PHP libeay32 and ssleay32 problems |
|
|
Hi
I am migrating to new win 2012 server and have some strange problems
Apache 2.4.16 VC14 from here
PHP 5.6.11 VC11 x86 Non Thread Safe from php.net
All works fine, but libeay32.dll / ssleay32.dll failes to load
I have tryed to copy those files everywhere (system32,syswow64), i have PATH = path to php and path to php extentions folder
Nothing works
I am really tired of that
What a reason can it be? |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Tue 04 Aug '15 15:03 Post subject: |
|
|
Is it not loading in Apache or PHP ?
What is in PHP and/or Apache error.log and/or Windows Event Viewer ?
Is Apache starting?
And get in the error.log : AH00455: Apache/2.4.16 (Win32) OpenSSL/1.0.2d ... configured -- resuming normal operations ?
Assume you are running mod_fcgid ? |
|
Back to top |
|
igor88
Joined: 22 Apr 2015 Posts: 4 Location: Moscow
|
Posted: Tue 04 Aug '15 15:15 Post subject: |
|
|
yes, maybe i choose wrong subforum. its php problem as i guess
so, apache log
Code: |
PHP Warning: PHP Startup: in Unknown on line 0
PHP Warning: PHP Startup: in Unknown on line 0
|
nothing else
Apache works, site works, all works, CURL extension is loaded
cURL support enabled
cURL Information 7.42.1
But looks like it cant work because of those dlls |
|
Back to top |
|
admin Site Admin
Joined: 15 Oct 2005 Posts: 692
|
Posted: Tue 04 Aug '15 15:37 Post subject: |
|
|
Just tried it here with Apache 2.4.16 VC14 from here and PHP 5.6.11 VC11 x86 Non Thread Safe from php.net , with mod_fcgid.
The OpenSSL extension loads fine:
Registered Stream Socket Transports tcp, udp, ssl, sslv3, sslv2, tls, tlsv1.0, tlsv1.1, tlsv1.2 |
|
Back to top |
|
igor88
Joined: 22 Apr 2015 Posts: 4 Location: Moscow
|
Posted: Tue 04 Aug '15 17:23 Post subject: |
|
|
still the same
can someone repeat?
extension=php_curl.dll
extension=ssleay32.dll
extension=libeay32.dll
extension=php_openssl.dll |
|
Back to top |
|
admin Site Admin
Joined: 15 Oct 2005 Posts: 692
|
Posted: Tue 04 Aug '15 19:13 Post subject: |
|
|
Why you have:
extension=ssleay32.dll
extension=libeay32.dll
?
They are not extensions.
Also be sure you have not somewhere (like system32, windows, syswow64) the files ssleay32.dll and libeay32.dll . |
|
Back to top |
|
igor88
Joined: 22 Apr 2015 Posts: 4 Location: Moscow
|
Posted: Tue 04 Aug '15 19:24 Post subject: |
|
|
really.. i need more sleep time..
those should not be in config file
thank you for you patience |
|
Back to top |
|