logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: PHP libeay32 and ssleay32 problems
Author
igor88



Joined: 22 Apr 2015
Posts: 4
Location: Moscow

PostPosted: Tue 04 Aug '15 14:55    Post subject: PHP libeay32 and ssleay32 problems Reply with quote

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: 3056
Location: Hilversum, NL, EU

PostPosted: Tue 04 Aug '15 15:03    Post subject: Reply with quote

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

PostPosted: Tue 04 Aug '15 15:15    Post subject: Reply with quote

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: 677

PostPosted: Tue 04 Aug '15 15:37    Post subject: Reply with quote

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

PostPosted: Tue 04 Aug '15 17:23    Post subject: Reply with quote

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: 677

PostPosted: Tue 04 Aug '15 19:13    Post subject: Reply with quote

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

PostPosted: Tue 04 Aug '15 19:24    Post subject: Reply with quote

really.. i need more sleep time..

those should not be in config file

thank you for you patience
Back to top


Reply to topic   Topic: PHP libeay32 and ssleay32 problems View previous topic :: View next topic
Post new topic   Forum Index -> Other Software