php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41275 php_openssl.dll will not load
Submitted: 2007-05-04 03:12 UTC Modified: 2007-05-04 12:40 UTC
From: smithrn at gmail dot com Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 5.2.2 OS: Windows 2003
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: smithrn at gmail dot com
New email:
PHP Version: OS:

 

 [2007-05-04 03:12 UTC] smithrn at gmail dot com
Description:
------------
The OpenSSL extension will not load in Apache 2.2.4 running on Windows 2003. The follow error is in the Apache error log:

PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\php\\ext\\php_openssl.dll' - The operating system cannot run %1.\r\n in Unknown on line 0

In the exact same configuration, using PHP 5.2.1, php_openssl.dll loaded correctly. PHP is defined in my system path, and all other extensions are loading correctly.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-04 08:32 UTC] tony2001@php.net
Look for libeay32.dll in your PATH and remove all the third-party libraries, leaving only the one that comes with PHP.
Not PHP problem.
 [2007-05-04 12:40 UTC] smithrn at gmail dot com
Thanks for the help. I tracked it down to a copy of libeay32.dll located in the Apache2/bin folder. This file was an older version and caused the problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 15:01:29 2024 UTC