Topic: Problem with deps on pcp-pecl-yaml

How to fix this ?

--> Finished Dependency Resolution
php-pecl-yaml-1.1.0-2.el5.remi.x86_64 from remi-test has depsolving problems
  --> Missing Dependency: libyaml-0.so.1()(64bit) is needed by package php-pecl-yaml-1.1.0-2.el5.remi.x86_64 (remi-test)
Error: Missing Dependency: libyaml-0.so.1()(64bit) is needed by package php-pecl-yaml-1.1.0-2.el5.remi.x86_64 (remi-test)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest

Re: Problem with deps on pcp-pecl-yaml

Enable EPEL ?

# yum --enablerepo=remi-test install php-pecl-yaml
...
======================================================================================================================================================
 Package                              Arch                          Version                                    Repository                        Size
======================================================================================================================================================
Installing:
 php-pecl-yaml                        x86_64                        1.1.0-2.el5.remi                           remi-test                         46 k
Installing for dependencies:
 libyaml                              x86_64                        0.1.2-3.el5                                epel                              53 k
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: Problem with deps on pcp-pecl-yaml

Thank you, it's working now.