Hi, all:

I'm just starting to use OpenSSL and I need help about
this.
I have installed it(0.9.6) in /usr/local/ssl on a
Linux box (RedHat 6.0). I try to go through the
cli.cpp and serv.cpp to start using OpneSSL. But I
have some errors when I make the cli.cpp:

/usr/local/ssl/lib/libssl.a(s2_enc.o): Inf function
'ssl2_enc_init':
s2_enc.o(.text+0xc7):undefined reference to
'EVP_CIPHER_CTX_init'
s2_enc.o(.text+0xcd):undefined reference to
'EVP_CIPHER_CTX_init'
s2_enc.o(.text+0x10e):undefined reference to
'EVP_EncryptInit'
........

There are a lot of undefined references like:
BIO_s_socket in function SSL_set_rfd
X509_STORE_new in function X509_STORE_new
......

I know these demo should be modified before they can
run on OpenSSL, but I'm just starting to learn
OpenSSL. I know from this list that these demo can be
use, would someone kindly post how to modify the demo
program so I can run it on OpenSSL. That will
encourage me to keep on study it.

Thanks in advance!

David 




__________________________________________________
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to