php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26596 openssl-0.9.6l supported?
Submitted: 2003-12-11 21:25 UTC Modified: 2003-12-12 00:17 UTC
From: mmokrejs at natur dot cuni dot cz Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4CVS-2003-12-11 (stable) OS: solaris 2.6
Private report: No CVE-ID: None
 [2003-12-11 21:25 UTC] mmokrejs at natur dot cuni dot cz
Description:
------------
Hi, is openssl-0.9.6l supported in php4-STABLE-200312112030? ;)


[...]
 Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_execute.lo ext/ncurses/ncurses.lo ext/ncurses/ncurses_fe.lo ext/ncurses/ncurses_functions.lo ext/readline/readline.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo main/internal_functions_cli.lo -lhistory -lreadline -lncurses -lpanel -lncurses -lmysqlclient -lintl -ldb-4.1 -lbz2 -lz -lcrypto -lresolv -lm -lsocket -L/usr/local/lib -L/software/@sys/usr/lib -L/software/@sys/usr/openssl/lib -L/usr/lib -lgcc  -o sapi/cli/php
ext/openssl/openssl.lo: In function `zm_startup_openssl':
ext/openssl/openssl.lo(.text+0x940): undefined reference to `ERR_load_SSL_strings'
ext/openssl/openssl.lo(.text+0x970): undefined reference to `SSL_get_ex_new_index'
ext/openssl/openssl.lo: In function `verify_callback':
ext/openssl/openssl.lo(.text+0x5a1c): undefined reference to `SSL_get_ex_data_X509_STORE_CTX_idx'
ext/openssl/openssl.lo(.text+0x5a3c): undefined reference to `SSL_get_ex_data'
ext/openssl/openssl.lo: In function `php_openssl_apply_verification_policy':
ext/openssl/openssl.lo(.text+0x5c30): undefined reference to `SSL_get_verify_result'
ext/openssl/openssl.lo: In function `php_SSL_new_from_context':
ext/openssl/openssl.lo(.text+0x607c): undefined reference to `SSL_CTX_set_verify'
ext/openssl/openssl.lo(.text+0x6248): undefined reference to `SSL_CTX_load_verify_locations'
ext/openssl/openssl.lo(.text+0x635c): undefined reference to `SSL_CTX_set_verify_depth'
ext/openssl/openssl.lo(.text+0x6374): undefined reference to `SSL_CTX_set_verify'
ext/openssl/openssl.lo(.text+0x63b8): undefined reference to `SSL_CTX_set_default_passwd_cb_userdata'
ext/openssl/openssl.lo(.text+0x63cc): undefined reference to `SSL_CTX_set_default_passwd_cb'
ext/openssl/openssl.lo(.text+0x64bc): undefined reference to `SSL_CTX_use_certificate_chain_file'
ext/openssl/openssl.lo(.text+0x64f8): undefined reference to `SSL_CTX_use_PrivateKey_file'
ext/openssl/openssl.lo(.text+0x6514): undefined reference to `SSL_new'
ext/openssl/openssl.lo(.text+0x651c): undefined reference to `SSL_get_certificate'
ext/openssl/openssl.lo(.text+0x653c): undefined reference to `SSL_get_privatekey'
ext/openssl/openssl.lo(.text+0x6558): undefined reference to `SSL_free'
ext/openssl/openssl.lo(.text+0x6560): undefined reference to `SSL_CTX_check_private_key'
ext/openssl/openssl.lo(.text+0x6598): undefined reference to `SSL_new'
ext/openssl/openssl.lo(.text+0x65bc): undefined reference to `SSL_set_ex_data'
ext/standard/fsock.lo: In function `php_fsockopen_stream':
ext/standard/fsock.lo(.text+0x3d8): undefined reference to `SSLv23_client_method'
ext/standard/fsock.lo(.text+0x3fc): undefined reference to `TLSv1_client_method'
ext/standard/ftp_fopen_wrapper.lo: In function `php_stream_url_wrap_ftp':
ext/standard/ftp_fopen_wrapper.lo(.text+0x398): undefined reference to `SSLv23_client_method'
ext/standard/ftp_fopen_wrapper.lo(.text+0xf78): undefined reference to `SSLv23_method'
ext/standard/http_fopen_wrapper.lo: In function `php_stream_url_wrap_http_ex':
ext/standard/http_fopen_wrapper.lo(.text+0x2c4): undefined reference to `SSLv23_client_method'
main/network.lo: In function `php_stream_sock_ssl_activate_with_method':
main/network.lo(.text+0x65c): undefined reference to `SSL_CTX_new'
main/network.lo(.text+0x6bc): undefined reference to `SSL_CTX_free'
main/network.lo(.text+0x6cc): undefined reference to `SSL_set_connect_state'
main/network.lo(.text+0x6d8): undefined reference to `SSL_set_fd'
main/network.lo(.text+0x6f0): undefined reference to `SSL_copy_session_id'
main/network.lo(.text+0x704): undefined reference to `SSL_connect'
main/network.lo(.text+0x750): undefined reference to `SSL_get_peer_certificate'
main/network.lo(.text+0x778): undefined reference to `SSL_shutdown'
main/network.lo(.text+0x798): undefined reference to `SSL_shutdown'
main/network.lo: In function `handle_ssl_error':
main/network.lo(.text+0x7cc): undefined reference to `SSL_get_error'
main/network.lo: In function `php_sockop_write':
main/network.lo(.text+0xa48): undefined reference to `SSL_write'
main/network.lo: In function `php_sockop_read':
main/network.lo(.text+0xba8): undefined reference to `SSL_pending'
main/network.lo(.text+0xc78): undefined reference to `SSL_read'
main/network.lo(.text+0xca0): undefined reference to `SSL_pending'
main/network.lo: In function `_php_network_is_stream_alive':
main/network.lo(.text+0xf40): undefined reference to `SSL_peek'
main/network.lo(.text+0xf54): undefined reference to `SSL_get_error'
main/network.lo: In function `php_sockop_close':
main/network.lo(.text+0x12d0): undefined reference to `SSL_shutdown'
main/network.lo(.text+0x12ec): undefined reference to `SSL_free'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-12 00:17 UTC] sniper@php.net
See bug #26461. (fixed in CVS now)


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC