Re: Execution errors...



On Tue, Apr 06, 1999 at 08:04:25PM -0400, Coplan wrote:
> On Tue, 6 Apr 1999, Spud wrote:
> 
> >     Im taking a wild guess here....you are using gtk+1.2.0 and not glib/gtk+
> > 1.2.1?
> > If this is true, get glib and gtk+ 1.2.1 and install them.
> >
> Actually, I have gtk+ and glib 1.2.1.  I ran a gtk-config --version and
> glib-config --version just to make sure everything were set up properly.
> Any other ideas?  (FYI...imlib is current as well)
> 
> 
> 
> > >I just downloaded and installed about everything that I can understand I
> > >need.  Everything compiled perfectly and installed properly.  Now, when I
> > >run "panel" the panel works properly.  However, when I run gnome-session,
> > >I get the following error:
> > >
> > >gnome-session: error in loading shared libraries
> > >/usr/local/lib/libgnomeui.so.32: undefined symbol:
> > >gdk_imlib_get_cache_info
> > >

$ nm /usr/local/lib/libgnomeui.so.32 | grep gdk_imlib_get_cache_info
         U gdk_imlib_get_cache_info
$ nm /usr/local/lib/libgdk_imlib.so.1.9.4 | grep gdk_imlib_get_cache_info
0000411b T gdk_imlib_get_cache_info

Your undefined symbol is defined in my libgdk_imlib.so.1.9.4, which is
part of the imlib package. Are you sure your imlib is current?

Ronald



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]