Re: compiler ssl application

2007-09-22 Thread jimmy bahuleyan
Khanh Nguyen wrote: > 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? > Do these files exist there? Are you sure that they were indeed copied to that path? Check for r

compiler ssl application

2007-09-22 Thread Khanh Nguyen
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 Davi

RE: compiler ssl application

2007-09-22 Thread David Schwartz
> 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 F

compiler ssl application

2007-09-22 Thread Khanh Nguyen
Hi After compiling my ssl file ssl_server.c, there are some errors. Plese show me how to solve these errors. 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?