The openssl pack contains the lib file ssleay.lib
While building the server and client applications
include the library ssleay.lib along with the other
libraries . This is to be included in the linking
option. i.e in Project ->settings -> Link option
add the name ssleay.lib to the object /library modules.

>From: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: Re:
>Date: Wed, 27 Dec 2000 18:08:10 +0800 (CST)
>
>
>thanks very much,can you speak clearly?please tell me the steps?
> >
> >
> > Have you compiled the appl. using the the OpenSSL lib. ? The error
> > you are getting are the openssl functions.
> >
> > I mean while linking the application .. use the openssl library
> >
> >
> > >From: "dhw" <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: <[EMAIL PROTECTED]>
> > >Date: Tue, 26 Dec 2000 21:51:02 -0800
> > >
> > >
> > >How can I compile the s_server.c  or s_client.c in apps of 
>openssl-0.9.5a
> > >in platform windows 2000 and linux?
> > >
> > >in windows 2000,after I compiled the s_server.c in VC++,I build the 
>project
> > >,then  errors came forth,such as:
> > >  unresolved external symbol _BIO_free
> > >s_server.obj : error LNK2001: unresolved external symbol _SSL_CTX_free
> > >s_server.obj : error LNK2001: unresolved external symbol _do_server
> > >s_server.obj : error LNK2001: unresolved external symbol
> > >_SSL_CTX_set_client_CA_list
> > >s_server.obj : error LNK2001: unresolved external symbol
> > >_SSL_load_client_CA_file
> > >s_server.obj : error LNK2001: unresolved external symbol
> > >_SSL_CTX_set_session_id_context
> > >s_server.obj : error LNK2001: unresolved external symbol
> > >_SSL_CTX_set_verify
> > >s_server.obj : error LNK2001: unresolved external symbol 
>_verify_callback
> > >s_server.obj : error LNK2001: unresolved external symbol
> > >_SSL_CTX_set_cipher_list
> > >s_server.obj : error LNK2001: unresolved external symbol
> > >_SSL_CTX_set_tmp_rsa_callback
> > >s_server.obj : error LNK2001: unresolved external symbol 
>_set_cert_stuff
> > >what should I do?
> > >What option should I  set when I compile and build program upon
> > >openssl?????
> > >
> > >
> > >[EMAIL PROTECTED]
> > >
> > >______________________________________________________________________
> > >OpenSSL Project                                 http://www.openssl.org
> > >User Support Mailing List                    [EMAIL PROTECTED]
> > >Automated List Manager                           [EMAIL PROTECTED]
> >
> > 
>_________________________________________________________________________
> > Get Your Private, Free E-mail from MSN Hotmail at 
>http://www.hotmail.com.
> >
> > ______________________________________________________________________
> > OpenSSL Project                                 http://www.openssl.org
> > User Support Mailing List                    [EMAIL PROTECTED]
> > Automated List Manager                           [EMAIL PROTECTED]
>----------------------------------------------
>欢迎使用 21CN 电子邮件系统 http://www.21cn.com
>Thank you for using 21cn.com Email system
>
>______________________________________________________________________
>OpenSSL Project                                 http://www.openssl.org
>User Support Mailing List                    [EMAIL PROTECTED]
>Automated List Manager                           [EMAIL PROTECTED]

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to