On Sat, 2003-11-08 at 15:23, Ross Werner wrote: > It doesn't dump core, it just gives this message: > > gaim: relocation error: gaim: undefined symbol: gdk_draw_pixbuf
This indicates that something is wrong with the gtk libraries. gdk_draw_pixbuf is supposed to be in one of the libraries installed by gtk2. If it's corrupt the the linker cannot find it (although In would have expected a nasty core dump). If I was you I would reinstall the gtk2 rpms (and maybe glib2, pango, and atk for good measure). GTK on fedora is compatible with gtk on rh9, and has some bug fixes, so feel free to install the gtk2 and friends from the fedora package tree. If that fails, do try to build gaim from source. That way you'll see linker problems right away. Michael -- Michael Torrie <[EMAIL PROTECTED]> ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
