Hello All,
I can't seem to figure this one out. During the make, I get
fatal errors due to multiply-defined symbols:
ld: fatal: symbol `ERR_error_string' is multiply-defined:
(file util/ssl.o and file /usr/local/lib/libcrypto.a(err.o));
ld: fatal: symbol `ERR_get_error' is multiply-defined:
(file util/ssl.o and file /usr/local/lib/libcrypto.a(err.o));
ld: fatal: symbol `SSL_new' is multiply-defined:
(file util/ssl.o and file /usr/local/lib/libssl.a(ssl_lib.o));
ld: fatal: symbol `SSL_set_read_ahead' is multiply-defined:
(file util/ssl.o and file /usr/local/lib/libssl.a(ssl_lib.o));
ld: fatal: symbol `SSL_set_rfd' is multiply-defined:
(file util/ssl.o and file /usr/local/lib/libssl.a(ssl_lib.o));
ld: fatal: symbol `SSL_set_wfd' is multiply-defined:
(file util/ssl.o and file /usr/local/lib/libssl.a(ssl_lib.o));
ld: fatal: symbol `SSL_pending' is multiply-defined:
(file util/ssl.o and file /usr/local/lib/libssl.a(ssl_lib.o));
ld: fatal: symbol `SSL_connect' is multiply-defined:
(file util/ssl.o and file /usr/local/lib/libssl.a(ssl_lib.o));
ld: fatal: symbol `SSL_CTX_new' is multiply-defined:
(file util/ssl.o and file /usr/local/lib/libssl.a(ssl_lib.o));
ld: fatal: symbol `SSL_get_current_cipher' is multiply-defined:
(file util/ssl.o and file /usr/local/lib/libssl.a(ssl_lib.o));
ld: fatal: symbol `SSL_read' is multiply-defined:
(file util/ssl.o and file /usr/local/lib/libssl.a(ssl_lib.o));
ld: fatal: symbol `SSL_free' is multiply-defined:
(file util/ssl.o and file /usr/local/lib/libssl.a(ssl_lib.o));
ld: fatal: symbol `SSL_write' is multiply-defined:
(file util/ssl.o and file /usr/local/lib/libssl.a(ssl_lib.o));
ld: fatal: symbol `SSL_CIPHER_get_name' is multiply-defined:
(file util/ssl.o and file /usr/local/lib/libssl.a(ssl_ciph.o));
ld: fatal: symbol `SSL_CIPHER_get_bits' is multiply-defined:
(file util/ssl.o and file /usr/local/lib/libssl.a(ssl_ciph.o));
ld: fatal: File processing errors. No output written to M
collect2: ld returned 1 exit status
I edited the ssl.cpp file and got rid of the symbols there, but
no luck. Does anyone have any clue what I can do to fix this?
ARCH: SUN Ultra 10
OS: Solaris 5.9
GCC: 3.2
Thanks,
BD
-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Mahogany-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-users