epoxism Posted March 30, 2007 Share Posted March 30, 2007 Hi there, I've been following the PHP installation guide at http://switch.richard5.net/isp-in-a-box-v2/installing-php-on-mac-os-x/ However when I come to the 'sudo make install' stage I get the following error. Please can someone explain how to go about fixing this. Thanks in advace for all the help. ... /Library/Apache2/bin/httpd definition of _pcre_stack_malloc /usr/bin/ld: warning multiple definitions of symbol _BN_bin2bn /usr/local/mysql/lib/libmysqlclient.a(ssl.o) definition of _BN_bin2bn in section (__TEXT,__text) /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libcrypto.dylib(bn_lib.o) definition of _BN_bin2bn /usr/bin/ld: warning multiple definitions of symbol _SSLv3_client_method /usr/local/mysql/lib/libmysqlclient.a(ssl.o) definition of _SSLv3_client_method in section (__TEXT,__text) /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libssl.dylib(s3_clnt.o) definition of _SSLv3_client_method /usr/bin/ld: warning multiple definitions of symbol _TLSv1_client_method /usr/local/mysql/lib/libmysqlclient.a(ssl.o) definition of _TLSv1_client_method in section (__TEXT,__text) /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libssl.dylib(t1_clnt.o) definition of _TLSv1_client_method /usr/bin/ld: multiple definitions of symbol _CRYPTO_add_lock /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libcrypto.dylib(cryptlib.o) definition of _CRYPTO_add_lock /usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-misc.o) definition of _CRYPTO_add_lock in section (__TEXT,__text) /usr/bin/ld: multiple definitions of symbol _CRYPTO_lock /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libcrypto.dylib(cryptlib.o) definition of _CRYPTO_lock /usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-misc.o) definition of _CRYPTO_lock in section (__TEXT,__text) collect2: ld returned 1 exit status make: *** [libs/libphp5.bundle] Error 1 Link to comment https://forums.phpfreaks.com/topic/44860-error-during-make-install-phase/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.