On 28 October 2012 05:50, David Benfell <benfell@xxxxxxxxxxxxxxxxx> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > I think I have stumbled over a packaging bug. It appeared with an > imagemagick upgrade that occurred today. Here is the error I am seeing > repeatedly: > > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/lib/php/modules/imagick.so' - libMagickWand.so.5: cannot open > shared object file: No such file or directory in Unknown on line 0 > > I tried chasing this down: > > atlanta% ls -al /usr/lib/libMagickWand* > lrwxrwxrwx 1 root root 22 Oct 27 15:51 /usr/lib/libMagickWand.so > - -> libMagickWand.so.6.0.0 > lrwxrwxrwx 1 root root 22 Oct 27 15:51 > /usr/lib/libMagickWand.so.6 -> libMagickWand.so.6.0.0 > - -rwxr-xr-x 1 root root 1143016 Oct 27 15:52 > /usr/lib/libMagickWand.so.6.0.0 > atlanta% pacman -Qo /usr/lib/libMagickWand.so.6.0.0 > /usr/lib/libMagickWand.so.6.0.0 is owned by imagemagick 6.8.0.3-1 > atlanta% > > Assuming I'm right that this is a packaging bug, where should I be > reporting it? And if I'm wrong and it is not a packaging bug, what > should I do? > > Thanks! > - -- > David Benfell > benfell@xxxxxxxxxxxxxxxxx It's an AUR package php-imagick, that you need to recompile. LUkas