Topic: Missing dependency: libcurl needed by php-common

When trying to update curl, I get the following error from yum:

php-common-5.3.2-1.el5.remi.i386 from installed has depsolving problems
  --> Missing Dependency: libcurl.so.3 is needed by package php-common-5.3.2-1.el5.remi.i386 (installed)

How can I solve this? Running on CentOS 5.4 i386 with PHP 5.3.2 from remi repository.

Many thanks,
Geoff

Re: Missing dependency: libcurl needed by php-common

libcurl is provided by curl package from main repository.

I don't think there is any update available in official repositories.

My repository works only with official Redhat/centOS repository + EPEL.
No other third party repository are supported.

So I can't help you.

+

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: Missing dependency: libcurl needed by php-common

OK this makes sense, I have another repository that is supplying the updated curl versions and causing the issue. Not to worry, I'll just stop using that repo wink

Thanks for your help. May I just congratulate you on your fantastic work and well done for maintaining such a fantastic, reliable and up to date repository. I don't think you receive enough praise for it!

Geoff