1 (edited by standus 2022-07-08 07:20:50)

Topic: php-pecl-zip yum update error

I have installed multiple PHP versions and now is problem to update zip module with dependency errors.
Following files are waiting for update

libzip5 C library for reading, creating, and modifying zip archives 1.9.2   3.el7.remi  remi-safe
php-pecl-zip    A ZIP archive management extension  1.21.0  3.el7.remi.7.3  remi-php73
php54-php-pecl-zip  A ZIP archive management extension  1.21.0  3.el7.remi  remi-safe
php55-php-pecl-zip  A ZIP archive management extension  1.21.0  3.el7.remi  remi-safe
php56-php-pecl-zip  A ZIP archive management extension  1.21.0  3.el7.remi  remi-safe
php70-php-pecl-zip  A ZIP archive management extension  1.21.0  3.el7.remi  remi-safe
php71-php-pecl-zip  A ZIP archive management extension  1.21.0  3.el7.remi  remi-safe
php72-php-pecl-zip  A ZIP archive management extension  1.21.0  3.el7.remi  remi-safe
php73-php-pecl-zip  A ZIP archive management extension  1.21.0  3.el7.remi  remi-safe
php74-php-pecl-zip  A ZIP archive management extension  1.21.0  3.el7.remi  remi-safe
php80-php-pecl-zip  A ZIP archive management extension  1.21.0  3.el7.remi  remi-safe
php81-php-pecl-zip  A ZIP archive management extension  1.21.0  3.el7.remi  remi-safe

I used recommended paramater --skip-broken but no success. How to resolve it please?

Re: php-pecl-zip yum update error

> ...update zip module with dependency errors.

Sorry, but how can I help without the errors ?
A full "yum update" output will help.
Also a list of installed php packages (rpm -qa php\* | sort)
Also a list of enabled repo (yum repolist)

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

3 (edited by standus 2022-07-08 07:23:03)

Re: php-pecl-zip yum update error

Its impossible add image with error. Then I posted this with error description.
https://unix.stackexchange.com/question … date-error

Re: php-pecl-zip yum update error

> Its impossible add image with error.

And a simple paste of the text.....

BTW, libzip5-tools is in "remi" repository which is probably not enabled...
but can really say more without requested information

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: php-pecl-zip yum update error

OK, great, thank you. I enabled remi repo, installed libzip5-tool and now yum update works as expected.
Tank you very much.