From:             Richard dot Lacroix at USherbrooke dot ca
Operating system: Solaris 8
PHP version:      4.3.4RC1
PHP Bug Type:     OpenSSL related
Bug description:  Cant`t configure with OpenSSL support

Description:
------------
OpenSSL 9.9.7c, PHP 4.3.4RC1, Solaris 8, GCC 2.95.3

Can't configure PHP with Openssl support.

./configure --with-openssl=/opt/local/openssl
returns configure: error: libssl not found!

Reproduce code:
---------------
In the config.log file, I have:
configure:16214: checking for SSL_CTX_set_ssl_version in -lssl
configure:16233: gcc -o conftest -g 02 -D_POSIX_PTHREAD_SEMANTICS
-R/opt/local/openssl/lib
-L /opt/local/openssl/lib ...etc...
Undefined                    first referenced
 symbol                        in file
RSA_site          /opt/local/openssl/lib/libssl.a(ssl_lib.o)
...
...
...
ld:fatal: Symbol referencing errors. No output written to conftest
collect2: ld return 1 exit status


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

Reply via email to