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