From:             wzaccone at telcordia dot com
Operating system: Solaris 10
PHP version:      5.2.1
PHP Bug Type:     Dynamic loading
Bug description:  Does PHP 5.2.1 work with openssl 0.9.8

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




-- 
Edit bug report at http://bugs.php.net/?id=40580&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=40580&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=40580&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=40580&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=40580&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=40580&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=40580&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=40580&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=40580&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=40580&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=40580&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=40580&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=40580&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=40580&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=40580&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=40580&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=40580&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=40580&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=40580&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=40580&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=40580&r=mysqlcfg

Reply via email to