FS#47082 - [gd] Please recompile against libvpx 1.5.0

Attached to Project: Arch Linux
Opened by Robert de Jager (blob) - Monday, 16 November 2015, 16:09 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 16 November 2015, 16:21 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

PHP throws the following warning:
PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/gd.so' - libvpx.so.2: cannot open shared object file: No such file or directory

I think the updated libvpx affects this package, it might also be php-gd

Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:

run:
php -i | grep gd
This task depends upon

Closed by  Doug Newgard (Scimmia)
Monday, 16 November 2015, 16:21 GMT
Reason for closing:  Not a bug
Comment by Doug Newgard (Scimmia) - Monday, 16 November 2015, 16:20 GMT
Both packages mentioned are correctly linked to libvpx.so.3. This error is most likely caused by a partial update or an AUR package that you need to rebuild. You can set LD_DEBUG=files or use ldd-tree in the pax-utils package to help you figure out where the problem is.

Loading...