>>> perl-net-ssh2 0.69 Extracting gzip -d -c /home/buildroot/build/instance-0/dl/perl-net-ssh2/Net-SSH2-0.69.tar.gz | tar --strip-components=1 -C /home/buildroot/build/instance-0/output/build/perl-net-ssh2-0.69 -xf - >>> perl-net-ssh2 0.69 Patching >>> perl-net-ssh2 0.69 Configuring cd /home/buildroot/build/instance-0/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 /home/buildroot/build/instance-0/output/host/bin/perl Build.PL --config ar="/home/buildroot/build/instance-0/output/host/bin/microblazeel-linux-ar" --config full_ar="/home/buildroot/build/instance-0/output/host/bin/microblazeel-linux-ar" --config cc="/home/buildroot/build/instance-0/output/host/bin/microblazeel-linux-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " --config optimize=" " --config ld="/home/buildroot/build/instance-0/output/host/bin/microblazeel-linux-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /home/buildroot/build/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/perl5/5.26.2/microblazeel-linux/CORE --destdir /home/buildroot/build/instance-0/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/microblazeel-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 /home/buildroot/build/instance-0/output/host/bin/perl Makefile.PL AR="/home/buildroot/build/instance-0/output/host/bin/microblazeel-linux-ar" FULL_AR="/home/buildroot/build/instance-0/output/host/bin/microblazeel-linux-ar" CC="/home/buildroot/build/instance-0/output/host/bin/microblazeel-linux-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " OPTIMIZE=" " LD="/home/buildroot/build/instance-0/output/host/bin/microblazeel-linux-gcc" LDDLFLAGS="-shared " LDFLAGS="" DESTDIR=/home/buildroot/build/instance-0/output/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.26.2 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.26.2/microblazeel-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.9/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 /home/buildroot/build/instance-0/output/host /usr /usr/local /opt /opt/local /usr/local/libssh2 /opt/libssh2 /usr/local/ssl /home/buildroot /home/buildroot/libssh2 package/pkg-generic.mk:219: recipe for target '/home/buildroot/build/instance-0/output/build/perl-net-ssh2-0.69/.stamp_configured' failed make: *** [/home/buildroot/build/instance-0/output/build/perl-net-ssh2-0.69/.stamp_configured] Error 2 make: Leaving directory '/home/buildroot/build/instance-0/buildroot'