Russian most popular accounting software 1C requires libWand.so and libMagickWand.so in a way not compatible with manually created symlinks. There is a call 18507 execve("/bin/sh", ["sh", "-c", "/sbin/ldconfig -p | grep -P '^[\\t ]*libMagickWand.so\\.[0-9]' | sort -r | sed -e 's/.*=>[\\t ]*//'"], [/* 22 vars */]) = 0 It seems that version 6.7.9 was last with libraries named like 1C application expects. Reproducible: Always Steps to Reproduce: 1. Install 1C application(server and client) 2. run and login to the configuration 3. Observe a message about missing libWand.so Actual Results: Error loading library libWand.so due to the following reason:Library not found.
you need to fix that in the 1C end. we had to apply massive patch to eg. cmake like, http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-util/cmake/files/cmake-2.8.12.1-FindImageMagick.patch?revision=1.1&view=markup as well there is no need to slot imagemagick for this reason. fix the sed of 1C.
meant this, http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-util/cmake/files/cmake-2.8.11-FindImageMagick.patch?hideattic=0&view=markup
and even if you can't fix it in the sed (or manual symlink creation), some propietary program that isn't in Portage is not enough reason to SLOT it.