https://bugzilla.novell.com/show_bug.cgi?id=235626 ------- Comment #6 from andreas.hanke@gmx-topmail.de 2007-01-17 07:53 MST ------- I know what's going on here. The ModulesPath is not hardcoded into the pango-querymodules executable; it is hardcoded into the shared library. During an upgrade, there are two versions of the pango shared library on the system: The old one in /opt/gnome and the new one in /usr. Unfortunately, the dynamic linker find the one in /opt/gnome first because of the order in /etc/ld.so.conf. Ideas how to solve the problem: - Provide a static or semi-static pango-querymodules executable. - Manually delete the old pango shared libraries from /opt/gnome in the %post section of the new package. - Use LD_LIBRARY_PATH. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.