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