On Sun, 09 Nov 2003 21:35:43 +0100, shrek-m@xxxxxx wrote: > after updating my notebook via cd from rhl9 -> fc1 > i have problems with some redhat-config-tools > older updates were from 7.2->7.3->8.0->9 without problems [snip] > # rhn-applet-gui > Traceback (most recent call last): > File "/usr/bin/rhn-applet-gui", line 30, in ? > import rhn_applet > File "/usr/bin/../share/rhn/rhn_applet/rhn_applet.py", line 13, in ? > import gnome.ui > ImportError: /usr/lib/libfontconfig.so.1: undefined symbol: > FT_Get_PS_Font_Info [snip] This dynamic linking error stems from an older version of libfreetype.so.6 in /usr/local/lib or /usr/X11R6/lib. If you haven't already done a clean install of FC1 on that machine, run ldd -d /usr/lib/libfontconfig.so.1 to find out where the culprit is, and remove it (or the package it belongs to). After this, you need to execute /sbin/ldconfig. --Kai