Help for this page

Select Code to Download


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