Debian 10.4 and OLS

#1
Hi,

I am using the below in my script but always getting an error. Are modules valid? The same is working for CentOS but not debian. Please guide.

LSPHPVAL is my lsphp versions

#$COMMAND install $LSPHPVAL $LSPHPVAL-common $LSPHPVAL-mysqlnd $LSPHPVAL-process $LSPHPVAL-gd $LSPHPVAL-mbstring $LSPHPVAL-soap $LSPHPVAL-mcrypt $LSPHPVAL-opcache $LSPHPVAL-bcmath $LSPHPVAL-pdo $LSPHPVAL-xml $LSPHPVAL-json $LSPHPVAL-zip $LSPHPVAL-xmlrpc $LSPHPVAL-pecl-mcrypt $LSPHPVAL-ioncube $LSPHPVAL-intl $LSPHPVAL-curl $LSPHPVAL-recode $LSPHPVAL-memcached $LSPHPVAL-tidy $LSPHPVAL-imap -y
 
#2
Hello ,

I using ubuntu 18.04 , i checked your question but i couldn't see a problem.
can you let me see your output ?

My Steps bellow.
-------------------------------------------------------
I set variables command and lsphpval

COMMAND="apt"
LSPHPVAL="lsphp74"

Output :
# $COMMAND install $LSPHPVAL-ioncube,
-------------------------------------------------------
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
lsphp74-ioncube
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 441 kB of archives.
After this operation, 1415 kB of additional disk space will be used.
Get:1 http://rpms.litespeedtech.com/debian bionic/main amd64 lsphp74-ioncube amd64 10.4.1-1+bionic [441 kB]
Fetched 441 kB in 1s (348 kB/s)
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76, <> line 1.)
debconf: falling back to frontend: Readline
Selecting previously unselected package lsphp74-ioncube.
(Reading database ... 32781 files and directories currently installed.)
Preparing to unpack .../lsphp74-ioncube_10.4.1-1+bionic_amd64.deb ...
Unpacking lsphp74-ioncube (10.4.1-1+bionic) ...
Setting up lsphp74-ioncube (10.4.1-1+bionic) ...

recheck
$COMMAND install $LSPHPVAL-ioncube
-------------------------------------------------------
Reading package lists... Done
Building dependency tree
Reading state information... Done
lsphp74-ioncube is already the newest version (10.4.1-1+bionic).
 
Last edited:
#3
Thank for replying. Can you please use below all and confirm

$COMMAND install $LSPHPVAL $LSPHPVAL-common $LSPHPVAL-mysqlnd $LSPHPVAL-process $LSPHPVAL-gd $LSPHPVAL-mbstring $LSPHPVAL-soap $LSPHPVAL-mcrypt $LSPHPVAL-opcache $LSPHPVAL-bcmath $LSPHPVAL-pdo $LSPHPVAL-xml $LSPHPVAL-json $LSPHPVAL-zip $LSPHPVAL-xmlrpc $LSPHPVAL-pecl-mcrypt $LSPHPVAL-ioncube $LSPHPVAL-intl $LSPHPVAL-curl $LSPHPVAL-recode $LSPHPVAL-memcached $LSPHPVAL-tidy $LSPHPVAL-imap -y
 
#4
I understood the your problem

I check apt search lsphp74-mysqlnd and not found lsphp74-mysqnd or lsphp74-mbstring or lsphp74-gd etc..
Sorting... Done
Full Text Search... Done

if you want you can try install with percl or try compile php.
 
Top