Hello,

I originally posted to openssl-users, but 
I've just realized that there exists and
openssl-dev mailing list and this question
is more on-topic for the dev list anyway.

I'm having some problems in compiling 
my SSL application.  I get the following linker errors (Using GCC 2.9.x and a SPARC 
station5
running Solaris 2.6).

I've compiled SSL twice, once using ./Configure
and once with ./config.  I get the same errors
each time.

Note that I'm not subscribed to the openssl-dev list and probably won't be able to 
anytime soon
So please send me e-mail directly to:

[EMAIL PROTECTED]

if you have any ideas or answers here.

Thanks,

Braun Brelin
[EMAIL PROTECTED]


----------------ERRORS FOLLOW-----------------

/usr/local/bin/gcc client.o infernet_c_connect.o infernet_c_disconnect.o inferne
t_c_receive.o infernet_c_send.o infernet_ssl_c_connect.o infernet_ssl_c_setup.o
-o client -L/usr/local/ssl/lib  -g -lcrypto -lssl -lxnet -I/usr/local/ssl/includ
e
Undefined                       first referenced
 symbol                             in file                               
BIO_f_buffer                        /usr/local/ssl/lib/libssl.a(ssl_lib.o)
COMP_expand_block                   /usr/local/ssl/lib/libssl.a(s3_pkt.o)
HMAC_Update                         /usr/local/ssl/lib/libssl.a(t1_enc.o)
PEM_read_bio_PrivateKey             /usr/local/ssl/lib/libssl.a(ssl_rsa.o)
EVP_DecryptInit                     /usr/local/ssl/lib/libssl.a(s2_enc.o)
X509_STORE_load_locations           /usr/local/ssl/lib/libssl.a(ssl_lib.o)
EVP_CipherInit                      /usr/local/ssl/lib/libssl.a(t1_enc.o)
EVP_dss1                            /usr/local/ssl/lib/libssl.a(ssl_algs.o)
X509_STORE_set_default_paths        /usr/local/ssl/lib/libssl.a(ssl_lib.o)
X509_certificate_type               /usr/local/ssl/lib/libssl.a(s3_clnt.o)
COMP_CTX_new                        /usr/local/ssl/lib/libssl.a(t1_enc.o)
BIO_s_socket                        /usr/local/ssl/lib/libssl.a(ssl_lib.o)
EVP_idea_cbc                        /usr/local/ssl/lib/libssl.a(ssl_algs.o)
HMAC_Final                          /usr/local/ssl/lib/libssl.a(t1_enc.o)
ERR_load_crypto_strings             /usr/local/ssl/lib/libssl.a(ssl_err2.o)
i2d_DHparams                        /usr/local/ssl/lib/libssl.a(ssl_cert.o)
EVP_CIPHER_CTX_init                 /usr/local/ssl/lib/libssl.a(t1_enc.o)
HMAC_Init                           /usr/local/ssl/lib/libssl.a(t1_enc.o)
EVP_CIPHER_CTX_cleanup              /usr/local/ssl/lib/libssl.a(ssl_lib.o)
ld: fatal: Symbol referencing errors. No output written to server
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `server'                    


--== Sent via Deja.com http://www.deja.com/ ==--
Before you buy.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to