Schlawiner
New Pleskian
Can someone tell me to install SSH2 PECL for PHP8?
Debian 9 + Plesk
Thank You
Debian 9 + Plesk
Code:
/opt/plesk/php/8.0/bin/pecl install https://pecl.php.net/get/ssh2-1.3.1.tgz
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.status
config.status: creating config.h
config.status: executing libtool commands
sed: can't read /tmp/ssh2/ltmain.sh: No such file or directory
mv: cannot stat 'libtoolT': No such file or directory
cp: cannot stat 'libtoolT': No such file or directory
chmod: cannot access 'libtool': No such file or directory
running: make
/bin/bash /tmp/pear-build-roothUcgU7/ssh2-1.3.1/libtool --mode=compile cc -I. -I/tmp/ssh2 -DPHP_ATOM_INC -I/tmp/pear-build-roothUcgU7/ssh2-1.3.1/include -I/tmp/pear-build-roothUcgU7/ssh2-1.3.1/main -I/tmp/ssh2 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/ssh2/ssh2.c -o ssh2.lo
/bin/bash: /tmp/pear-build-roothUcgU7/ssh2-1.3.1/libtool: No such file or directory
Makefile:181: recipe for target 'ssh2.lo' failed
make: *** [ssh2.lo] Error 127
ERROR: `make' failed
Thank You