I'm trying to make a C program to connect to an ssh server. I used an
apt-get install libssh2-1
but the linker can't find the libraries!
Can someone help me ?
Thank you.
Code: Select all
$ apt-cache search libssh2-1
libssh2-1 - SSH2 client-side library
libssh2-1-dbg - SSH2 client-side library (debug package)
libssh2-1-dev - SSH2 client-side library (development headers)
$
No, the library is called libssh2.lib
As far as I know that's how C compilers have worked since the dawn of time.
Indeed. On Unix anyway.As far as I know that's how C compilers have worked since the dawn of time.