Page 1 of 3

install error

Posted: Sun Sep 13, 2020 3:58 am
by serdartaylan

Code: Select all

NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"

Code: Select all

           Available: php-common-7.4.10-1.el7.remi.x86_64 (remi-modular)
               php(api) = 20190902-64
           Installing: php-common-8.0.0~beta3-1.el7.remi.x86_64 (remi-modular)
               php(api) = 20200804-64
Error: Package: php-pecl-mcrypt-1.0.3-1.el7.remi.7.4.x86_64 (remi-modular)
           Requires: php(zend-abi) = 20190902-64
           Available: php-common-5.4.16-21.el7.x86_64 (C7.0.1406-base)
               php(zend-abi) = 20100525-64
           Available: php-common-5.4.16-23.el7_0.x86_64 (C7.0.1406-updates)
           

Code: Select all

               php(zend-abi) = 20180731-64
           Available: php-common-7.4.9~RC1-1.el7.remi.x86_64 (remi-modular-test)
               php(zend-abi) = 20190902-64
           Available: php-common-7.4.9-1.el7.remi.x86_64 (remi-modular)
               php(zend-abi) = 20190902-64
           Available: php-common-7.4.10~RC1-1.el7.remi.x86_64 (remi-modular-test)
               php(zend-abi) = 20190902-64
           Available: php-common-7.4.10-1.el7.remi.x86_64 (remi-modular)
               php(zend-abi) = 20190902-64
           Installing: php-common-8.0.0~beta3-1.el7.remi.x86_64 (remi-modular)
               php(zend-abi) = 20200804-64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Error: yum install failed

Re: install error

Posted: Sun Sep 13, 2020 7:18 am
by cris_direkthost
Last night (6-7 hours ago) I had the same problem. I had to turn a server from directadmin into vestacp.
I tried 3 times to reinstall the OS and I couldn't install vestacp.

I had the same error you have.

3 days before I installed vestacp without problems

Does anyone else have this problem?

Re: install error

Posted: Sun Sep 13, 2020 7:44 am
by grayfolk
Disable php8 in remi repos before installing Vesta.

Re: install error

Posted: Mon Sep 14, 2020 3:00 pm
by serdartaylan
grayfolk wrote:
Sun Sep 13, 2020 7:44 am
Disable php8 in remi repos before installing Vesta.
how do i do that.

Re: install error

Posted: Mon Sep 14, 2020 4:08 pm
by cris_direkthost
You can try before vestacp install

yum install yum-utils

then

yum-config-manager --disable remi-php8

Re: install error

Posted: Mon Sep 14, 2020 4:54 pm
by serdartaylan
cris_direkthost wrote:
Mon Sep 14, 2020 4:08 pm
You can try before vestacp install

yum install yum-utils

then

yum-config-manager --disable remi-php8
:(

Re: install error

Posted: Tue Sep 15, 2020 3:04 am
by prmx89
I have the same issue and I can't install VestaCP.
cris_direkthost wrote:
Mon Sep 14, 2020 4:08 pm
You can try before vestacp install

yum install yum-utils

then

yum-config-manager --disable remi-php8
this one doesn't work

Re: install error

Posted: Tue Sep 15, 2020 3:53 am
by grayfolk
prmx89 wrote:
Tue Sep 15, 2020 3:04 am
I have the same issue and I can't install VestaCP.
cris_direkthost wrote:
Mon Sep 14, 2020 4:08 pm
You can try before vestacp install

yum install yum-utils

then

yum-config-manager --disable remi-php8
this one doesn't work
There is a simple instruction:
On fresh server BEFORE Vesta installation:
1. Install Remi repo
2. Install yum-utils
3. Disable all php versions: yum-config-manager --disable remi-php*
4. Enable php version what you want: yum-config-manager --enable remi-php74
Then install Vesta CP.

Re: install error

Posted: Tue Sep 15, 2020 7:37 pm
by cris_direkthost
I tried again on a vps to install vestacp but is not working the same error


yum -y install epel-release yum-utils
yum-config-manager --disable remi-php80

also tried
yum-config-manager --disable remi-php*

I suspect when the installation starts after

Would you like to continue [y/n]:

is activating php-common-8.0.0

so the initial deactivation does not help

Re: install error

Posted: Wed Sep 16, 2020 5:34 am
by grayfolk
Dont forget to install Remi repo first.