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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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 Dec 30 17:01:29 2024 UTC