php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40580 Does PHP 5.2.1 work with openssl 0.9.8
Submitted: 2007-02-21 15:02 UTC Modified: 2007-02-21 15:09 UTC
From: wzaccone at telcordia dot com Assigned:
Status: Not a bug Package: Dynamic loading
PHP Version: 5.2.1 OS: Solaris 10
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: wzaccone at telcordia dot com
New email:
PHP Version: OS:

 

 [2007-02-21 15:02 UTC] wzaccone at telcordia dot com
Description:
------------
Built PHP 5.2.1 for Solaris 10 using openssl 0.9.8 for Apache 2.0.59, but PHP will not run. it is looking for openssl 0.9.7 which I no longer have my system.  I have openssl 0.9.8 installed.

Not sure why PHP it is looking for openssl 0.9.7. Before I search for a hidden openssl 0.9.7 include file, 

can someone tell me whether PHP 5.2.1 requires that I use openssl 0.9.7 ?






Reproduce code:
---------------
configure command for PHP 5.2.1 was..

./configure --prefix=/usr/local/apache/lib --exec-prefix=/usr/local/apache --with-apxs2=/usr/local/apache/bin/apxs --with-openssl=/usr/local/apache/ssl --with-curl=/usr/local --enable-sockets --enable-ftp --enable-track-vars --enable-soap

Expected result:
----------------
# apachectl configtest
Syntax error on line 232 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/modules/libphp5.so into server: ld.so.1: httpd: fa
tal: libssl.so.0.9.7: open failed: No such file or directory




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-21 15:09 UTC] tony2001@php.net
>PHP 5.2.1 requires that I use openssl 0.9.7
No, you've linked it against 0.9.7.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 22:01:28 2024 UTC