>>> perl-net-ssh2 0.69 Extracting gzip -d -c /accts/mlweber1/instance-1/dl/perl-net-ssh2/Net-SSH2-0.69.tar.gz | tar --strip-components=1 -C /accts/mlweber1/instance-1/output/build/perl-net-ssh2-0.69 -xf - >>> perl-net-ssh2 0.69 Patching >>> perl-net-ssh2 0.69 Configuring cd /accts/mlweber1/instance-1/output/build/perl-net-ssh2-0.69/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /accts/mlweber1/instance-1/output/host/bin/perl Build.PL --config ar="/accts/mlweber1/instance-1/output/host/bin/arm-none-linux-gnueabi-ar" --config full_ar="/accts/mlweber1/instance-1/output/host/bin/arm-none-linux-gnueabi-ar" --config cc="/accts/mlweber1/instance-1/output/host/bin/arm-none-linux-gnueabi-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " --config optimize=" " --config ld="/accts/mlweber1/instance-1/output/host/bin/arm-none-linux-gnueabi-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /accts/mlweber1/instance-1/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/perl5/5.26.2/arm-linux/CORE --destdir /accts/mlweber1/instance-1/output/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.26.2 --install_path arch=/usr/lib/perl5/site_perl/5.26.2/arm-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /accts/mlweber1/instance-1/output/host/bin/perl Makefile.PL AR="/accts/mlweber1/instance-1/output/host/bin/arm-none-linux-gnueabi-ar" FULL_AR="/accts/mlweber1/instance-1/output/host/bin/arm-none-linux-gnueabi-ar" CC="/accts/mlweber1/instance-1/output/host/bin/arm-none-linux-gnueabi-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " OPTIMIZE=" " LD="/accts/mlweber1/instance-1/output/host/bin/arm-none-linux-gnueabi-gcc" LDDLFLAGS="-shared " LDFLAGS="" DESTDIR=/accts/mlweber1/instance-1/output/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.26.2 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.26.2/arm-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Looking for libraries... The libssh2 library is required by this module. If you don't have it, you can download it from http://www.libssh2.org; you may also need OpenSSL, which can be obtained from http://www.openssl.org , or libgcrypt, which can be obtained from http://www.gnupg.org . Debian: sudo aptitude install libssh2-1-dev OpenSUSE: sudo zypper in libssh2-1 libssh2-devel You can pass your libssh2 lib and include dirs (and extra link args) on the command line. E.g.: perl Makefile.PL lib=$HOME/libssh2/lib inc=$HOME/libssh2/include \ ldargs="-lz" These can also be set through the LIBSSH2_LIB/LIBSSH2_INCLUDE/LIBSSH2_LDARGS environment variables. To build with libgcrypt instead of OpenSSL, pass 'gcrypt' as a parameter to Makefile.PL, e.g.: perl Makefile.PL gcrypt If you want to build on Windows, see the file BUILDING.WIN32 in the distribution. Unable to find a working version of library ssh2 in the following directories: /usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /accts/mlweber1/instance-1/output/host /usr /usr/local /opt /opt/local /usr/local/libssh2 /opt/libssh2 /usr/local/ssl /accts/mlweber1 /accts/mlweber1/libssh2 make: *** [/accts/mlweber1/instance-1/output/build/perl-net-ssh2-0.69/.stamp_configured] Error 2 make: Leaving directory `/accts/mlweber1/instance-1/buildroot'