Topic: use curl for sftp client
I want use curl for sftp client, my system is ubuntu 12.04,
I build wolfssl-3.10.0 with no error,
./configure --prefix=/home/chris/installed_library/
make clean
make
make install
then I try to build libssh2 1.8.0
./configure --prefix=/home/chris/installed_library/libssh2-1.8.0 --with-libssl-prefix=/home/chris/installed_library/wolfssl-3.10.0
then got error msg:
configure: error: No crypto library found!
Try --with-libssl-prefix=PATH
or --with-libgcrypt-prefix=PATH
or --with-libmbedtls-prefix=PATH
or --with-wincng on Windows
Does wolfssl can support libssh2?
Any suggestion?