> After compiling my ssl file ssl_server.c, there are some errors.
> Plese show me how to solve these errors.

These are linker errors. You didn't link to the OpenSSL library. The
solution is to add an appropriate command like '-lssl -lcryto'.


> I installed the latest version openssl in Linux Fedora core 6.
> when I opened files in include directory in
> /usr/local/ssl/openssl/include, I could not open any of them.
> Why was that?

No idea. What does "could not open" mean? Are the files there? Do you get an
error?

Did you install the appropriate package? (openssl-dev?)

DS


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

Reply via email to