Re: gnome configuration




On Tue, 23 Mar 1999, Fred W. Smith wrote:
> Again Thanks,
> 
> Thanks for your reply the paper was from the following link.
> http://www.gnome.org/start/getting_rh.shtml
> It was an RPM installation with apparently no errors using the version for
> Red Hat 5.2 download from
> ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/redhat
> 
> I installed the Red Hat from the CD with a minimal install and then ran the
> gnome rpm install which seemed to go without a hitch. But then I get the
> error below.
> 
> To answer your further questions and directions, I ran the lddconfig and
> asked the
> which gnome-session the reply was  /usr/bin/gnome-session
> 
> the ldd /usr/bin/gnome-session yielded the following output:
> 
> libgnomeui.so.32 => /usr/lib/libgnomeui.so.32 (0x40006000)
> libart_lgpl.so.2 => /usr/lib/libart_lgpl.so.2 (0x400c3000)
> libgdk_imlib.so.1 => /usr/lib/libgdk_imlib.so.1 (0x400d3000)
> libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x400fb000)
> libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40103000)
> libgtk-1.2.so.0 => not found
> libgdk-1.2.so.0 => not found
[snip]

Both of these libraries should be in a newer gtk+ package, which is
apparently not installed.  Make sure you have from the FTP site (or a
mirror) the following files:
  glib-1.2.0-1.i386.rpm      (I'm assuming that you aren't using an
  glib10-1.0.6-4.i386.rpm     alpha or sparc machine)
  gtk+-1.2.0-2.i386.rpm
  gtk+10-1.0.6-4.i386.rpm

Then install all of them.  The best way is to use a single command to
install them all:

$ rpm -Uvh glib-1.2.0-1.i386.rpm glib10-1.0.6-4.i386.rpm gtk+-1.2.0-2.i386.rpm gtk+10-1.0.6-4.i386.rpm

The 1.2 version is needed for GNOME.  The 1.0.6 version is useful for
backwards compatibility with older programs that use GTK+ (such as the
Gimp).  Then you should be able to run the "ldd /usr/bin/gnome-session"
command and not see any lines saying "not found".

Best of Luck,
-Gleef



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