I open    *.h files in /usr/local/openssl/include, but the error message is 
"Couldn't display "/usr/local/openssl/include/openssl/ssl.h" ". Do I install 
openssl correctly?

I downloaded the openssl-0.9.8e and then, I installed as follow:
  $ ./config
  $ make
  $ make test
  $ make install

David Schwartz <[EMAIL PROTECTED]> wrote: 

> 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]


       
---------------------------------
Pinpoint customers who are looking for what you sell. 

Reply via email to