On Sun, Nov 03, 2002 at 09:20:45PM +0100, Hylke van der Schaaf wrote: > Hey, > > Yesterday I installed gnome2 (on a SID system) and now any program I try > to start after setting export GDK_USE_XFT=1 ends with the following > message: > > relocation error: /usr/lib/libpangoft2-1.0.so.0: undefined symbol: > FT_Get_First_Char
Try running ldd on one of the failing programs to see what dynamic libs are being pulled in. One my machine I got some bad libs in /usr/X11R6/lib that were old versions of what was in /usr/lib. > Does anyone know what lib is supposed to supply that symbol? libfreetype

