ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: configure error



1.0.6 собрался только без --with-pcre=../pcre-8.13 и без 
--with-openssl=../openssl-1.0.0e (то есть с системными).

On Sep 29, 2011, at 5:55 PM, Евгений Торопов wrote:

> С system OpenSSL library собралось нормально (то есть без --with-openss), а 
> вот nginx-1.0.6 даже с системным сслем ругается:
> 
> cc1: warnings being treated as errors
> src/core/ngx_crypt.c: In function ?ngx_crypt_apr1?:
> src/core/ngx_crypt.c:76: warning: ?MD5_Init? is deprecated (declared at 
> /usr/include/openssl/md5.h:113)
> src/core/ngx_crypt.c:77: warning: ?MD5_Update? is deprecated (declared at 
> /usr/include/openssl/md5.h:114)
> src/core/ngx_crypt.c:78: warning: ?MD5_Update? is deprecated (declared at 
> /usr/include/openssl/md5.h:114)
> src/core/ngx_crypt.c:79: warning: ?MD5_Update? is deprecated (declared at 
> /usr/include/openssl/md5.h:114)
> src/core/ngx_crypt.c:81: warning: ?MD5_Init? is deprecated (declared at 
> /usr/include/openssl/md5.h:113)
> src/core/ngx_crypt.c:82: warning: ?MD5_Update? is deprecated (declared at 
> /usr/include/openssl/md5.h:114)
> src/core/ngx_crypt.c:83: warning: ?MD5_Update? is deprecated (declared at 
> /usr/include/openssl/md5.h:114)
> src/core/ngx_crypt.c:84: warning: ?MD5_Update? is deprecated (declared at 
> /usr/include/openssl/md5.h:114)
> src/core/ngx_crypt.c:85: warning: ?MD5_Final? is deprecated (declared at 
> /usr/include/openssl/md5.h:115)
> src/core/ngx_crypt.c:88: warning: ?MD5_Update? is deprecated (declared at 
> /usr/include/openssl/md5.h:114)
> src/core/ngx_crypt.c:95: warning: ?MD5_Update? is deprecated (declared at 
> /usr/include/openssl/md5.h:114)
> src/core/ngx_crypt.c:98: warning: ?MD5_Update? is deprecated (declared at 
> /usr/include/openssl/md5.h:114)
> src/core/ngx_crypt.c:102: warning: ?MD5_Final? is deprecated (declared at 
> /usr/include/openssl/md5.h:115)
> src/core/ngx_crypt.c:105: warning: ?MD5_Init? is deprecated (declared at 
> /usr/include/openssl/md5.h:113)
> src/core/ngx_crypt.c:108: warning: ?MD5_Update? is deprecated (declared at 
> /usr/include/openssl/md5.h:114)
> src/core/ngx_crypt.c:111: warning: ?MD5_Update? is deprecated (declared at 
> /usr/include/openssl/md5.h:114)
> src/core/ngx_crypt.c:115: warning: ?MD5_Update? is deprecated (declared at 
> /usr/include/openssl/md5.h:114)
> src/core/ngx_crypt.c:119: warning: ?MD5_Update? is deprecated (declared at 
> /usr/include/openssl/md5.h:114)
> src/core/ngx_crypt.c:123: warning: ?MD5_Update? is deprecated (declared at 
> /usr/include/openssl/md5.h:114)
> src/core/ngx_crypt.c:126: warning: ?MD5_Update? is deprecated (declared at 
> /usr/include/openssl/md5.h:114)
> src/core/ngx_crypt.c:129: warning: ?MD5_Final? is deprecated (declared at 
> /usr/include/openssl/md5.h:115)
> src/core/ngx_crypt.c: In function ?ngx_crypt_ssha?:
> src/core/ngx_crypt.c:215: warning: ?SHA1_Init? is deprecated (declared at 
> /usr/include/openssl/sha.h:121)
> src/core/ngx_crypt.c:216: warning: ?SHA1_Update? is deprecated (declared at 
> /usr/include/openssl/sha.h:122)
> src/core/ngx_crypt.c:217: warning: ?SHA1_Update? is deprecated (declared at 
> /usr/include/openssl/sha.h:122)
> src/core/ngx_crypt.c:218: warning: ?SHA1_Final? is deprecated (declared at 
> /usr/include/openssl/sha.h:123)
> make[1]: *** [objs/src/core/ngx_crypt.o] Error 1
> make: *** [build] Error 2
> 
> Евгений
> jt@xxxxxxxxx
> 
> On Sep 29, 2011, at 5:07 PM, Pavel Zhovner wrote:
> 
>> Правда это всё на леопарде 10.5, но на сайте fink пишут что на 10.7
>> тоже работает.
>> 
>> $ uname -a
>> Darwin macbook.local 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15
>> 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386
>> 
>> $ nginx -V
>> nginx: nginx version: nginx/1.0.1
>> nginx: built by gcc 4.0.1 (Apple Inc. build 5493)
>> nginx: TLS SNI support enabled
>> nginx: configure arguments: --prefix=/sw
>> --conf-path=/sw/etc/nginx/nginx.conf
>> --error-log-path=/sw/var/log/nginx/error.log --group=www
>> --http-client-body-temp-path=/sw/var/lib/nginx/body
>> --http-fastcgi-temp-path=/sw/var/lib/nginx/fastcgi
>> --http-log-path=/sw/var/log/nginx/access.log
>> --http-proxy-temp-path=/sw/var/lib/nginx/proxy
>> --lock-path=/sw/var/lock/nginx/nginx.lock
>> --pid-path=/sw/var/run/nginx.pid --user=www --with-http_dav_module
>> --with-http_flv_module --with-http_realip_module
>> --with-http_ssl_module --with-http_stub_status_module --with-ipv6
>> --http-uwsgi-temp-path=/tmp/nginx-uwsgi
>> --http-scgi-temp-path=/tmp/nginx-scgi
>> --http-fastcgi-temp-path=/tmp/nginx-fastcgi
>> --http-proxy-temp-path=/tmp/nginx-proxy
>> --http-client-body-temp-path=/tmp/nginx-client
>> 
>> 
>> 2011/9/29 Pavel Zhovner <pavel@xxxxxxxxxxx>:
>>> Попробуйте использовать репозиторий fink http://www.finkproject.org/
>>> там точно есть рабочий бинарный пакет:
>>> 
>>> fink list | grep nginx
>>> fink install nginx
>>> 
>>> Может вам помогут скрипты которыми был собран пакет
>>> 
>>> 1.0.1 
>>> http://fink.cvs.sourceforge.net/fink/dists/10.4/unstable/main/finkinfo/web/nginx.info?view=markup
>>> 0.7.65 
>>> http://fink.cvs.sourceforge.net/fink/dists/10.4/stable/main/finkinfo/web/nginx.info?view=markup
>>> 
>>> 2011/9/29 Евгений Торопов <jt@xxxxxxxxx>:
>>>> Добрый день,
>>>> 
>>>> $ uname -a
>>>> Darwin iMac.local 11.1.0 Darwin Kernel Version 11.1.0: Tue Jul 26 16:09:02 
>>>> PDT 2011; root:xnu-1699.22.81~1/RELEASE_I386 i386
>>>> 
>>>> $ gcc -v
>>>> Using built-in specs.
>>>> Target: i686-apple-darwin11
>>>> Configured with: 
>>>> /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure 
>>>> --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 
>>>> --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ 
>>>> --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ 
>>>> --with-slibdir=/usr/lib --build=i686-apple-darwin11 
>>>> --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local
>>>>  --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 
>>>> --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
>>>> Thread model: posix
>>>> gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
>>>> 
>>>> iMac:nginx-1.1.4 jt$ ./configure --prefix=/opt/local/nginx_1_1_4 
>>>> --user=nobody --group=www --without-poll_module --without-select_module 
>>>> --without-http_fastcgi_module --without-mail_pop3_module 
>>>> --without-mail_imap_module --without-mail_smtp_module 
>>>> --without-http_memcached_module --without-http_uwsgi_module 
>>>> --without-http_scgi_module --with-pcre=../pcre-8.13 --with-http_ssl_module 
>>>> --with-openssl=../openssl-1.0.0e
>>>> checking for OS
>>>> + Darwin 11.1.0 i386
>>>> checking for C compiler ... found
>>>> + using GNU C compiler
>>>> + gcc version: 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 
>>>> 2335.15.00)
>>>> ???.
>>>> 
>>>> iMac:nginx-1.1.4 jt$ make
>>>> ???.
>>>> ld: warning: ignoring file ../openssl-1.0.0e/.openssl/lib/libssl.a, file 
>>>> was built for archive which is not the architecture being linked (x86_64)
>>>> ld: warning: ignoring file ../openssl-1.0.0e/.openssl/lib/libcrypto.a, 
>>>> file was built for archive which is not the architecture being linked 
>>>> (x86_64)
>>>> Undefined symbols for architecture x86_64:
>>>> "_MD5_Init", referenced from:
>>>>     _ngx_crypt in ngx_crypt.o
>>>>     _ngx_http_file_cache_create_key in ngx_http_file_cache.o
>>>> "_MD5_Update", referenced from:
>>>>     _ngx_crypt in ngx_crypt.o
>>>>     _ngx_http_file_cache_create_key in ngx_http_file_cache.o
>>>> "_MD5_Final", referenced from:
>>>>     _ngx_crypt in ngx_crypt.o
>>>>     _ngx_http_file_cache_create_key in ngx_http_file_cache.o
>>>> "_SHA1_Init", referenced from:
>>>>     _ngx_crypt in ngx_crypt.o
>>>> "_SHA1_Update", referenced from:
>>>>     _ngx_crypt in ngx_crypt.o
>>>> "_SHA1_Final", referenced from:
>>>>     _ngx_crypt in ngx_crypt.o
>>>> "_EVP_cleanup", referenced from:
>>>>     _ngx_openssl_exit in ngx_event_openssl.o
>>>> "_ENGINE_cleanup", referenced from:
>>>>     _ngx_openssl_exit in ngx_event_openssl.o
>>>> "_SSL_get_verify_result", referenced from:
>>>>     _ngx_ssl_get_client_verify in ngx_event_openssl.o
>>>>     _ngx_http_process_request in ngx_http_request.o
>>>> "_SSL_get_peer_certificate", referenced from:
>>>>     _ngx_ssl_get_client_verify in ngx_event_openssl.o
>>>>     _ngx_ssl_get_serial_number in ngx_event_openssl.o
>>>>     _ngx_ssl_get_issuer_dn in ngx_event_openssl.o
>>>>     _ngx_ssl_get_subject_dn in ngx_event_openssl.o
>>>>     _ngx_ssl_get_raw_certificate in ngx_event_openssl.o
>>>>     _ngx_http_process_request in ngx_http_request.o
>>>> "_X509_free", referenced from:
>>>>     _ngx_ssl_get_client_verify in ngx_event_openssl.o
>>>>     _ngx_ssl_get_serial_number in ngx_event_openssl.o
>>>>     _ngx_ssl_get_issuer_dn in ngx_event_openssl.o
>>>>     _ngx_ssl_get_subject_dn in ngx_event_openssl.o
>>>>     _ngx_ssl_get_raw_certificate in ngx_event_openssl.o
>>>>     _ngx_http_process_request in ngx_http_request.o
>>>> "_BIO_s_mem", referenced from:
>>>>     _ngx_ssl_get_serial_number in ngx_event_openssl.o
>>>>     _ngx_ssl_get_raw_certificate in ngx_event_openssl.o
>>>> "_BIO_new", referenced from:
>>>>     _ngx_ssl_get_serial_number in ngx_event_openssl.o
>>>>     _ngx_ssl_get_raw_certificate in ngx_event_openssl.o
>>>> "_X509_get_serialNumber", referenced from:
>>>>     _ngx_ssl_get_serial_number in ngx_event_openssl.o
>>>> "_i2a_ASN1_INTEGER", referenced from:
>>>>     _ngx_ssl_get_serial_number in ngx_event_openssl.o
>>>> "_BIO_ctrl", referenced from:
>>>>     _ngx_ssl_get_serial_number in ngx_event_openssl.o
>>>>     _ngx_ssl_get_raw_certificate in ngx_event_openssl.o
>>>> "_BIO_free", referenced from:
>>>>     _ngx_ssl_get_serial_number in ngx_event_openssl.o
>>>>     _ngx_ssl_get_raw_certificate in ngx_event_openssl.o
>>>>     _ngx_ssl_dhparam in ngx_event_openssl.o
>>>> "_BIO_read", referenced from:
>>>>     _ngx_ssl_get_serial_number in ngx_event_openssl.o
>>>>     _ngx_ssl_get_raw_certificate in ngx_event_openssl.o
>>>> "_X509_get_issuer_name", referenced from:
>>>>     _ngx_ssl_get_issuer_dn in ngx_event_openssl.o
>>>> "_X509_NAME_oneline", referenced from:
>>>>     _ngx_ssl_get_issuer_dn in ngx_event_openssl.o
>>>>     _ngx_ssl_get_subject_dn in ngx_event_openssl.o
>>>> "_CRYPTO_free", referenced from:
>>>>     _ngx_ssl_get_issuer_dn in ngx_event_openssl.o
>>>>     _ngx_ssl_get_subject_dn in ngx_event_openssl.o
>>>> "_X509_get_subject_name", referenced from:
>>>>     _ngx_ssl_get_subject_dn in ngx_event_openssl.o
>>>> "_SSL_get_session", referenced from:
>>>>     _ngx_ssl_get_session_id in ngx_event_openssl.o
>>>>     _ngx_http_process_request in ngx_http_request.o
>>>> "_i2d_SSL_SESSION", referenced from:
>>>>     _ngx_ssl_get_session_id in ngx_event_openssl.o
>>>>     _ngx_ssl_new_session in ngx_event_openssl.o
>>>> "_SSL_get_current_cipher", referenced from:
>>>>     _ngx_ssl_get_cipher_name in ngx_event_openssl.o
>>>> "_SSL_CIPHER_get_name", referenced from:
>>>>     _ngx_ssl_get_cipher_name in ngx_event_openssl.o
>>>> "_SSL_get_version", referenced from:
>>>>     _ngx_ssl_get_protocol in ngx_event_openssl.o
>>>> "_SSL_CTX_free", referenced from:
>>>>     _ngx_ssl_cleanup_ctx in ngx_event_openssl.o
>>>> "_SSL_CTX_get_ex_data", referenced from:
>>>>     _ngx_ssl_remove_session in ngx_event_openssl.o
>>>>     _ngx_ssl_get_cached_session in ngx_event_openssl.o
>>>>     _ngx_ssl_new_session in ngx_event_openssl.o
>>>> "_SSL_CTX_remove_session", referenced from:
>>>>     _ngx_ssl_remove_cached_session in ngx_event_openssl.o
>>>> "_SSL_get_SSL_CTX", referenced from:
>>>>     _ngx_ssl_get_cached_session in ngx_event_openssl.o
>>>>     _ngx_ssl_new_session in ngx_event_openssl.o
>>>> "_d2i_SSL_SESSION", referenced from:
>>>>     _ngx_ssl_get_cached_session in ngx_event_openssl.o
>>>> "_SSL_get_ex_data", referenced from:
>>>>     _ngx_ssl_info_callback in ngx_event_openssl.o
>>>>     _ngx_ssl_new_session in ngx_event_openssl.o
>>>>     _ngx_http_ssl_servername in ngx_http_request.o
>>>> "_SSL_CTX_get_timeout", referenced from:
>>>>     _ngx_ssl_new_session in ngx_event_openssl.o
>>>> "_ERR_get_error", referenced from:
>>>>     _ngx_ssl_error in ngx_event_openssl.o
>>>> "_ERR_error_string_n", referenced from:
>>>>     _ngx_ssl_error in ngx_event_openssl.o
>>>> "_ENGINE_by_id", referenced from:
>>>>     _ngx_openssl_engine in ngx_event_openssl.o
>>>> "_ENGINE_set_default", referenced from:
>>>>     _ngx_openssl_engine in ngx_event_openssl.o
>>>> "_ENGINE_free", referenced from:
>>>>     _ngx_openssl_engine in ngx_event_openssl.o
>>>> "_PEM_write_bio_X509", referenced from:
>>>>     _ngx_ssl_get_raw_certificate in ngx_event_openssl.o
>>>> "_SSL_CTX_ctrl", referenced from:
>>>>     _ngx_ssl_session_cache in ngx_event_openssl.o
>>>>     _ngx_ssl_ecdh_curve in ngx_event_openssl.o
>>>>     _ngx_ssl_dhparam in ngx_event_openssl.o
>>>>     _ngx_ssl_create in ngx_event_openssl.o
>>>>     _ngx_http_ssl_servername in ngx_http_request.o
>>>>     _ngx_http_ssl_merge_srv_conf in ngx_http_ssl_module.o
>>>> "_SSL_CTX_set_session_id_context", referenced from:
>>>>     _ngx_ssl_session_cache in ngx_event_openssl.o
>>>> "_SSL_CTX_set_timeout", referenced from:
>>>>     _ngx_ssl_session_cache in ngx_event_openssl.o
>>>> "_SSL_CTX_sess_set_new_cb", referenced from:
>>>>     _ngx_ssl_session_cache in ngx_event_openssl.o
>>>> "_SSL_CTX_sess_set_get_cb", referenced from:
>>>>     _ngx_ssl_session_cache in ngx_event_openssl.o
>>>> "_SSL_CTX_sess_set_remove_cb", referenced from:
>>>>     _ngx_ssl_session_cache in ngx_event_openssl.o
>>>> "_SSL_CTX_set_ex_data", referenced from:
>>>>     _ngx_ssl_session_cache in ngx_event_openssl.o
>>>>     _ngx_ssl_create in ngx_event_openssl.o
>>>> "_ERR_peek_error", referenced from:
>>>>     _ngx_ssl_connection_error in ngx_event_openssl.o
>>>>     _ngx_ssl_shutdown in ngx_event_openssl.o
>>>>     _ngx_ssl_write in ngx_event_openssl.o
>>>>     _ngx_ssl_recv in ngx_event_openssl.o
>>>>     _ngx_ssl_handshake in ngx_event_openssl.o
>>>> "_SSL_set_quiet_shutdown", referenced from:
>>>>     _ngx_ssl_shutdown in ngx_event_openssl.o
>>>> "_SSL_get_shutdown", referenced from:
>>>>     _ngx_ssl_shutdown in ngx_event_openssl.o
>>>> "_SSL_set_shutdown", referenced from:
>>>>     _ngx_ssl_shutdown in ngx_event_openssl.o
>>>> "_ERR_clear_error", referenced from:
>>>>     _ngx_ssl_shutdown in ngx_event_openssl.o
>>>>     _ngx_ssl_write in ngx_event_openssl.o
>>>>     _ngx_ssl_recv in ngx_event_openssl.o
>>>>     _ngx_ssl_handshake in ngx_event_openssl.o
>>>>     _ngx_ssl_client_certificate in ngx_event_openssl.o
>>>> "_SSL_shutdown", referenced from:
>>>>     _ngx_ssl_shutdown in ngx_event_openssl.o
>>>> "_SSL_get_error", referenced from:
>>>>     _ngx_ssl_shutdown in ngx_event_openssl.o
>>>>     _ngx_ssl_write in ngx_event_openssl.o
>>>>     _ngx_ssl_recv in ngx_event_openssl.o
>>>>     _ngx_ssl_handshake in ngx_event_openssl.o
>>>> "_SSL_free", referenced from:
>>>>     _ngx_ssl_shutdown in ngx_event_openssl.o
>>>> "_SSL_write", referenced from:
>>>>     _ngx_ssl_write in ngx_event_openssl.o
>>>> "_SSL_read", referenced from:
>>>>     _ngx_ssl_recv in ngx_event_openssl.o
>>>> "_SSL_do_handshake", referenced from:
>>>>     _ngx_ssl_handshake in ngx_event_openssl.o
>>>> "_SSL_set_session", referenced from:
>>>>     _ngx_ssl_set_session in ngx_event_openssl.o
>>>> "_SSL_new", referenced from:
>>>>     _ngx_ssl_create_connection in ngx_event_openssl.o
>>>> "_SSL_set_fd", referenced from:
>>>>     _ngx_ssl_create_connection in ngx_event_openssl.o
>>>> "_SSL_set_connect_state", referenced from:
>>>>     _ngx_ssl_create_connection in ngx_event_openssl.o
>>>> "_SSL_set_accept_state", referenced from:
>>>>     _ngx_ssl_create_connection in ngx_event_openssl.o
>>>> "_SSL_set_ex_data", referenced from:
>>>>     _ngx_ssl_create_connection in ngx_event_openssl.o
>>>> "_OBJ_sn2nid", referenced from:
>>>>     _ngx_ssl_ecdh_curve in ngx_event_openssl.o
>>>> "_EC_KEY_new_by_curve_name", referenced from:
>>>>     _ngx_ssl_ecdh_curve in ngx_event_openssl.o
>>>> "_EC_KEY_free", referenced from:
>>>>     _ngx_ssl_ecdh_curve in ngx_event_openssl.o
>>>> "_DH_new", referenced from:
>>>>     _ngx_ssl_dhparam in ngx_event_openssl.o
>>>> "_BN_bin2bn", referenced from:
>>>>     _ngx_ssl_dhparam in ngx_event_openssl.o
>>>> "_DH_free", referenced from:
>>>>     _ngx_ssl_dhparam in ngx_event_openssl.o
>>>> "_BIO_new_file", referenced from:
>>>>     _ngx_ssl_dhparam in ngx_event_openssl.o
>>>> "_PEM_read_bio_DHparams", referenced from:
>>>>     _ngx_ssl_dhparam in ngx_event_openssl.o
>>>> "_RSA_generate_key", referenced from:
>>>>     _ngx_ssl_rsa512_key_callback in ngx_event_openssl.o
>>>> "_SSL_CTX_get_cert_store", referenced from:
>>>>     _ngx_ssl_crl in ngx_event_openssl.o
>>>> "_X509_LOOKUP_file", referenced from:
>>>>     _ngx_ssl_crl in ngx_event_openssl.o
>>>> "_X509_STORE_add_lookup", referenced from:
>>>>     _ngx_ssl_crl in ngx_event_openssl.o
>>>> "_X509_LOOKUP_ctrl", referenced from:
>>>>     _ngx_ssl_crl in ngx_event_openssl.o
>>>> "_X509_STORE_set_flags", referenced from:
>>>>     _ngx_ssl_crl in ngx_event_openssl.o
>>>> "_SSL_CTX_set_verify", referenced from:
>>>>     _ngx_ssl_client_certificate in ngx_event_openssl.o
>>>> "_SSL_CTX_set_verify_depth", referenced from:
>>>>     _ngx_ssl_client_certificate in ngx_event_openssl.o
>>>> "_SSL_CTX_load_verify_locations", referenced from:
>>>>     _ngx_ssl_client_certificate in ngx_event_openssl.o
>>>> "_SSL_load_client_CA_file", referenced from:
>>>>     _ngx_ssl_client_certificate in ngx_event_openssl.o
>>>> "_SSL_CTX_set_client_CA_list", referenced from:
>>>>     _ngx_ssl_client_certificate in ngx_event_openssl.o
>>>> "_SSL_CTX_use_certificate_chain_file", referenced from:
>>>>     _ngx_ssl_certificate in ngx_event_openssl.o
>>>> "_SSL_CTX_use_PrivateKey_file", referenced from:
>>>>     _ngx_ssl_certificate in ngx_event_openssl.o
>>>> "_SSLv23_method", referenced from:
>>>>     _ngx_ssl_create in ngx_event_openssl.o
>>>> "_SSL_CTX_new", referenced from:
>>>>     _ngx_ssl_create in ngx_event_openssl.o
>>>> "_SSL_CTX_set_info_callback", referenced from:
>>>>     _ngx_ssl_create in ngx_event_openssl.o
>>>> "_OPENSSL_config", referenced from:
>>>>     _ngx_ssl_init in ngx_event_openssl.o
>>>> "_SSL_library_init", referenced from:
>>>>     _ngx_ssl_init in ngx_event_openssl.o
>>>> "_SSL_load_error_strings", referenced from:
>>>>     _ngx_ssl_init in ngx_event_openssl.o
>>>> "_ENGINE_load_builtin_engines", referenced from:
>>>>     _ngx_ssl_init in ngx_event_openssl.o
>>>> "_OPENSSL_add_all_algorithms_noconf", referenced from:
>>>>     _ngx_ssl_init in ngx_event_openssl.o
>>>> "_SSL_get_ex_new_index", referenced from:
>>>>     _ngx_ssl_init in ngx_event_openssl.o
>>>> "_SSL_CTX_get_ex_new_index", referenced from:
>>>>     _ngx_ssl_init in ngx_event_openssl.o
>>>> "_X509_verify_cert_error_string", referenced from:
>>>>     _ngx_http_process_request in ngx_http_request.o
>>>> "_SSL_get_servername", referenced from:
>>>>     _ngx_http_ssl_servername in ngx_http_request.o
>>>> "_SSL_set_SSL_CTX", referenced from:
>>>>     _ngx_http_ssl_servername in ngx_http_request.o
>>>> "_SSL_CTX_get_verify_callback", referenced from:
>>>>     _ngx_http_ssl_servername in ngx_http_request.o
>>>> "_SSL_CTX_get_verify_mode", referenced from:
>>>>     _ngx_http_ssl_servername in ngx_http_request.o
>>>> "_SSL_set_verify", referenced from:
>>>>     _ngx_http_ssl_servername in ngx_http_request.o
>>>> "_SSL_CTX_get_verify_depth", referenced from:
>>>>     _ngx_http_ssl_servername in ngx_http_request.o
>>>> "_SSL_set_verify_depth", referenced from:
>>>>     _ngx_http_ssl_servername in ngx_http_request.o
>>>> "_SSL_ctrl", referenced from:
>>>>     _ngx_http_ssl_servername in ngx_http_request.o
>>>> "_SSL_get1_session", referenced from:
>>>>     _ngx_http_upstream_save_round_robin_peer_session in 
>>>> ngx_http_upstream_round_robin.o
>>>> "_SSL_SESSION_free", referenced from:
>>>>     _ngx_http_upstream_save_round_robin_peer_session in 
>>>> ngx_http_upstream_round_robin.o
>>>> "_SSL_CTX_callback_ctrl", referenced from:
>>>>     _ngx_http_ssl_merge_srv_conf in ngx_http_ssl_module.o
>>>> "_SSL_CTX_set_cipher_list", referenced from:
>>>>     _ngx_http_ssl_merge_srv_conf in ngx_http_ssl_module.o
>>>> "_SSL_CTX_set_tmp_rsa_callback", referenced from:
>>>>     _ngx_http_ssl_merge_srv_conf in ngx_http_ssl_module.o
>>>> ld: symbol(s) not found for architecture x86_64
>>>> collect2: ld returned 1 exit status
>>>> make[1]: *** [objs/nginx] Error 1
>>>> make: *** [build] Error 2
>>>> iMac:nginx-1.1.4 jt$
>>>> 
>>>> Евгений
>>>> jt@xxxxxxxxx
>>>> _______________________________________________
>>>> nginx-ru mailing list
>>>> nginx-ru@xxxxxxxxx
>>>> http://mailman.nginx.org/mailman/listinfo/nginx-ru
>>> 
>> 
>> _______________________________________________
>> nginx-ru mailing list
>> nginx-ru@xxxxxxxxx
>> http://mailman.nginx.org/mailman/listinfo/nginx-ru
> 
> _______________________________________________
> nginx-ru mailing list
> nginx-ru@xxxxxxxxx
> http://mailman.nginx.org/mailman/listinfo/nginx-ru

_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.