| > When I compile some of your source code there an error
> wich said that le ssl.h is missing in the directory
> openssl.
> Is it normal, and can you send me this missing file.
> thanks a lot!!!
Either ensure you have a recent OpenSSL
(http://www.openssl.org) release ; or disable https support
using ./configure --nohttps
| |