sto cercando di compilare PHP 5.6.10 dalla sorgente, e ho incontrato il seguente problema:Come compilare PHP con OpenSSL su OS X 10.9?
Undefined symbols for architecture x86_64:
"_PKCS5_PBKDF2_HMAC", referenced from:
_zif_openssl_pbkdf2 in openssl.o
"_TLSv1_1_client_method", referenced from:
_php_openssl_setup_crypto in xp_ssl.o
"_TLSv1_1_server_method", referenced from:
_php_openssl_setup_crypto in xp_ssl.o
"_TLSv1_2_client_method", referenced from:
_php_openssl_setup_crypto in xp_ssl.o
"_TLSv1_2_server_method", referenced from:
_php_openssl_setup_crypto in xp_ssl.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [libs/libphp5.bundle] Error 1
OpenSSL è installato tramite Brew. In PHP incluso come --with-openssl=/usr/local/Cellar/openssl/1.0.2c
P.S. Prima di provare a usare solo /usr
per OpenSSL ma ho ottenuto lo stesso errore.
Potrebbe dare plateform dettagli ed informazioni del compilatore? – Cyrbil
@cirbil di cosa hai bisogno esattamente? – user1692333
La tua versione del sistema operativo 'uname -smorv' e il tuo compilatore' gcc --version' (assumendo che tu usi gcc ...) – Cyrbil