Mantis - Resin
Viewing Issue Advanced Details
4600 minor always 06-06-11 23:17 06-15-11 14:15
rickHigh  
ferg  
normal  
closed  
fixed  
none    
none 4.0.19  
0004600: Latest snapshot *.19 complains about missing Open SSL header when running ./configure
If you start to setup the compile for the latest version snapshot with ./configure it complains about OpenSSL header missing. OpenSSL should be optional.

To install openssl with header, I did the following:

$ sudo apt-get install openssl
$ sudo apt-get install openssl-doc
$ sudo apt-get install libssl-dev

The first command line was not enough to get it to work.
But doing the last two downloaded the header (not sure which one of the last two).


There are no notes attached to this issue.