Topic: Problem with php-pecl-geoip

When installing php-pecl-geoip.i386 0:1.0.8-6.el5.remi.5.4. I get the following:

Running Transaction
  Installing     : php-pecl-geoip                                                                                                1/1
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/xml.so' - /usr/lib/php/modules/xml.so: cannot open shared object file: No such file or directory in Unknown on line 0

I have php-xml-5.4.27-1.el5.remi installed. After looking at the file contents.... Indeed the library is not there.

Thanks for looking into this

Eli

Re: Problem with php-pecl-geoip

I think you was hit by a minor bug in php-pear-1.9.4-26, which should be solved now (xml is built shared, only with php 5.5)

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 php-pecl-geoip

yep.... fixed.

Thanks