|
|
 |
php-Dev
#24894 [Opn->WFx]: Compile failure when building openssl support shared
by other posts by this author
Jul 31 2003 11:07PM messages near this date
#24894 [WFx]: Compile failure when building openssl support shared
|
#22154 [Ver->Csd]: fpassthru() fails with files larger than a few hundered KB
ID: 24894
Updated by: iliaa@[...].net
Reported By: cp43 at absolutedigital dot net
-Status: Open
+Status: Wont fix
Bug Type: Compile Failure
Operating System: Linux 2.4.21
PHP Version: 4.3.2
Previous Comments:
------------------------------------------------------------------------
[2003-07-31 15:06:20] cp43 at absolutedigital dot net
Description:
------------
When compiling openssl support shared under PHP 4.3.2 a couple of
functions from ext/openssl/openssl.c are called in main/network.c but
are unavailable as openssl.lo isn't linked into the binary
This is the output from the linker:
main/network.o: In function
`php_stream_sock_ssl_activate_with_method':
/tmp/php-4.3.2/main/network.c:715: undefined reference to
`php_SSL_new_from_context'
/tmp/php-4.3.2/main/network.c:748: undefined reference to
`php_openssl_apply_verification_policy'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
compiles fine when openssl support is built in to php
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=24894&edit=1
Thread:
cp43 at absolutedigital dot net
|
|
|
 |
|