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 -> Apache View previous topic :: View next topic
Reply to topic   Topic: Faulting LIBEAY32.dll
Author
elite123



Joined: 29 Apr 2015
Posts: 1
Location: Manchester

PostPosted: Wed 29 Apr '15 22:11    Post subject: Faulting LIBEAY32.dll Reply with quote

We are trying to integrate with MS AD in azure using simplesamlphp, however whenever we are returned to our server after authentication we get the following error in the event log:

Code:
Faulting application name: httpd.exe, version: 2.4.12.0, time stamp: 0x550bff42
Faulting module name: LIBEAY32.dll, version: 1.0.1.13, time stamp: 0x550bfe43
Exception code: 0xc0000005
Fault offset: 0x0002eb01
Faulting process id: 0xb44
Faulting application start time: 0x01d081f9f2b2ca1b
Faulting application path: C:\Apache24\bin\httpd.exe
Faulting module path: C:\Apache24\bin\LIBEAY32.dll
Report Id: 31169fe0-eded-11e4-945d-005056b26fdf
Faulting package full name:
Faulting package-relative application ID:


We are running:

Server version: Apache/2.4.12 (Win32)
Apache Lounge VC11 Server built: Mar 20 2015 12:12:41

PHP: 5.4.40

And I have the following in my path:

C:\imagemagick;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\php\5.4.40

Any ideas what might be causing this or where I might get more useful logs?

Pastebin of error logs: http://pastebin.com/BsGxLrsV

Thanks for any guidance[/code]
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Wed 29 Apr '15 23:43    Post subject: Reply with quote

Are you running PHP 5.4 as mod_php? There is a big chance this will cause trouble, because PHP 5.4 is VC9 and OpenSSL 0.9.8. Your Apache 2.4.12 is VC11 and you have probably installed it with OpenSSL 1.0.1.

Mixing OpenSSL 0.9.8 and OpenSSL 1.0.1 on one system is a bad idea. Mixing VC11 and VC9 seems to be possible, but I try to avoid it anyway.

If possible, upgrade your PHP to 5.5 (VC11 with OpenSSL 1.0.1) andmake sure you are using identical DLL's in the PHP-dir and Apache\bin.
Back to top


Reply to topic   Topic: Faulting LIBEAY32.dll View previous topic :: View next topic
Post new topic   Forum Index -> Apache