From:             Greg dot Kresko at nrc-cnrc dot gc dot ca
Operating system: IRIX 6.5.21f
PHP version:      4.3.4
PHP Bug Type:     OpenSSL related
Bug description:  configure: error: Cannot find OpenSSL's libraries

Description:
------------
./configure --prefix=/usr/local/apache --with-mysql
--with-apxs=/usr/local/apache/bin/apxs --with-openssl=../openssl-0.9.7c
--with-mm=../mm-1.3.0

fails with
---
Configuring extensions
checking for OpenSSL support... yes
checking for pkg-config... no
configure: error: Cannot find OpenSSL's libraries
---

I have static libraries:
111 (renard)kresko> ls -l /usr/local/ssl/lib
total 5752
-rw-r--r--    1 root     sys       2564356 Nov 20 16:09 libcrypto.a
-rw-r--r--    1 root     sys        375828 Nov 20 16:09 libssl.a
drwxr-xr-x    2 root     sys            28 Jun  9 16:13 pkgconfig
---

It also fails with php4-STABLE-200312031830.
php-4.3.3 works with the same statement.
This is a follow-up to bug 25703 (I added a note on Nov. 20) and is also
related to
bug 25719.


-- 
Edit bug report at http://bugs.php.net/?id=26515&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26515&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26515&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26515&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26515&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26515&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=26515&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=26515&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26515&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26515&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26515&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26515&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26515&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26515&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26515&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26515&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26515&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26515&r=float

Reply via email to