- or download this
./configure --help
- or download this
./configure --enable-shared --with-gnu-ld
- or download this
./configure --enable-shared --with-gnu-ld
make
make check
make install
/sbin/ldconfig /usr/local/lib
- or download this
whereis libssh2
- or download this
/usr/local/lib/libssh2.so
/usr/local/lib/libssh2.a
/usr/local/lib/libssh2.la
- or download this
./Configure linux-elf -march=pentium
make
make test
make install
- or download this
export LD_LIBRARY_PATH=/usr/local/lib
perl Makefile.PL lib=/usr/local/lib
make
make test
make install