ID: 15780
Updated by: [EMAIL PROTECTED]
-Summary: openssl: undefined reference to
`OPENSSL_add_all_algorithms_noconf'
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Feedback
Bug Type: Compile Failure
Operating System: Linux
PHP Version: 4.0CVS-2002-02-28
New Comment:
Sounds like your header files redefining OPENSSL_add_all_algorithms to
OPENSSL_add_all_algorithms_noconf.
Are you sure that the header files installed match your development
version of openssl??
Previous Comments:
------------------------------------------------------------------------
[2002-02-28 08:20:24] [EMAIL PROTECTED]
A compile error.
OpenSSL version : OpenSSL 0.9.7-dev 24 Sep 2000
make[2]: Nothing to be done for `all-p'.
make[2]: Leaving directory `/usr/src/php4/regex'
make[1]: Leaving directory `/usr/src/php4/regex'
Making all in sapi/cli
make[1]: Entering directory `/usr/src/php4/sapi/cli'
make[2]: Entering directory `/usr/src/php4/sapi/cli'
/bin/sh /usr/src/php4/libtool --silent --mode=link gcc -I.
-I/usr/src/php4/sapi/cli -I/usr/src/php4/main -I/usr/src/php4
-I/usr/src/apache_1.3.23//src/include
-I/usr/src/apache_1.3.23//src/os/unix -I/usr/src/php4/Zend
-I/usr/src/openssl/include -I/usr/include/libxml2
-I/usr/include/freetype -I/usr/include/mysql -I/data/virtual/include
-I/usr/src/php4/ext/xml/expat -I/usr/src/php4/TSRM -fPIC -O3 -m486
-o php -export-dynamic libphp4cli.la
./.libs/libphp4cli.a(openssl.o): In function `zm_startup_openssl':
openssl.o(.text+0xa16): undefined reference to
`OPENSSL_add_all_algorithms_noconf'
collect2: ld returned 1 exit status
make[2]: *** [php] Error 1
make[2]: Leaving directory `/usr/src/php4/sapi/cli'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/php4/sapi/cli'
make: *** [all-recursive] Error 1
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=15780&edit=1