On Tue, Jun 25, 2013 at 09:03:47AM -0700, Qingshan Xie wrote: > Willy, I probably did not compile SSL. Could you tell me how to compile it > with SSL?
The hint is to enable the variable that's indicated as missing :
"Built without OpenSSL support (USE_OPENSSL not set)"
^^^^^^^^^^^
So you'll just do :
make TARGET=linux26 USE_OPENSSL=1
Best regards,
Willy

