FS#59587 - [php-mongodb] compiled against wrong version of icu?

Attached to Project: Community Packages
Opened by Boris Momčilović (User) - Thursday, 09 August 2018, 10:26 GMT
Last edited by Evangelos Foutras (foutrelis) - Thursday, 09 August 2018, 11:00 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Instllation of php-mongodb-1.5.2-1 along with icu-62.1-1 results in:

$ php -v
Warning: PHP Startup: Unable to load dynamic library 'mongodb.so' (tried: /usr/lib/php/modules/mongodb.so (libicuuc.so.61: cannot open shared object file: No such file or directory), /usr/lib/php/modules/mongodb.so.so (/usr/lib/php/modules/mongodb.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

If icu is downgraded to icu-61.1-1 then php is broken:
$ php -v
php: error while loading shared libraries: libicuuc.so.62: cannot open shared object file: No such file or directory
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Thursday, 09 August 2018, 11:00 GMT
Reason for closing:  Fixed
Additional comments about closing:  php-mongodb 1.5.2-2

Loading...