From: apalma at custodium dot com Operating system: RedHat Linux 7.2 PHP version: 4.3.4 PHP Bug Type: *Compile Issues Bug description: Can't even configurate PHP with OpenSSL support
Description: ------------ I'm trying to install PHP 4.3.4 in a RedHat Linux 7.2 box, adding support for Oracle8i (that's the reason why I don't use the rpm PHP distribuited by RedHat). But every time I run the configure with support for openssl (--with-openssl), I get an error: checking for CRYPTO_free in -lcrypto... no configure: error: libcrypto not found! I got all the dependences installed in the machine (openssl, openssl095a, openssl096 and openssl-devel are installed), with the following shared object created in the system: libcrypto.a libcrypto.so -> ../../lib/libcrypto.so.0.9.6b libcrypto.so.0 -> libcrypto.so.0.9.5a libcrypto.so.0.9.5a libcrypto.so.0.9.6 libcrypto.so.1 -> libcrypto.so.0.9.6 libssl.a libssl.so -> ../../lib/libssl.so.0.9.6b libssl.so.0 -> libssl.so.0.9.5a libssl.so.0.9.5a libssl.so.0.9.6 libssl.so.1 -> libssl.so.0.9.6 In fact, if I compile the source rpm provided by RedHat, I get the same error: rpmbuild --rebuild --target=i386 php-4.1.2-7.2.6.src.rpm checking for CRYPTO_free in -lcrypto... no configure: error: libcrypto not found! but I guess this is not your business :-D Reproduce code: --------------- ./configure --with-openssl Expected result: ---------------- I'd like to see a successful Makefile created after the configure script is run. -- Edit bug report at http://bugs.php.net/?id=27089&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27089&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27089&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27089&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27089&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27089&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27089&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27089&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27089&r=support Expected behavior: http://bugs.php.net/fix.php?id=27089&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27089&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27089&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27089&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27089&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27089&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27089&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27089&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27089&r=float
