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

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