Re: help: libgdk, libglib, libgtk



I got guile installed!  I guess one has to install all the old glib, gtk+ libs
and not just the latest.
What I did was install previous versions of glib and gtk+ that contained the
libraries that were needed
by guile.  I guess rpm isn't smart enought to know a newer library version is
installed or not when
a package depends on an older version of that library.  I could be wrong, but it
seems like rpm needs some improvement.
Thanks for all your help, Soren!

Sean Staats wrote: A

> I tried making both hard links and symbolic links and ran ldconfig, but still
> got failed dependencies.  Maybe its just because rpm is just not working
> right.  I guess I'll download the older versions of
> glib glib10 gtk+ gtk+10 and install those and see how that works.  Let me know
> if you have any other
> ideas.
> Thanks.
> -Sean
>
> Soren Harward wrote:
>
> > Okay.  It looks like you just need a few symlinks from the libraries
> > you've got to the names that gnome-guile is expecting.  Make them there in
> > /usr/lib, and then just run 'ldconfig' and you'll be set ::knocks on
> > wood::.
> >
> > --
> >  Soren Harward <soren@cinternet.net> | Windows DOES come with a tool
> >  http://www.cinternet.net/~soren/    | to restore a corrupt Registry.
> >  Internet Information Systems Admin  |
> >  Cinternet, Inc.  (513) 891-1228     | It's called FDISK.
> >
> > On Mon, 12 Oct 1998, Sean Staats wrote:
> >
> > )Here is what ldconfg -p | grep [libname] produced:
> > )[root@coeus latest]# rpm -i gnome-guile-0.27-1.i386.rpm
> > )failed dependencies:
> > )        libgdk-1.1.so.1 is needed by gnome-guile-0.27-1
> > )        libglib-1.1.so.0 is needed by gnome-guile-0.27-1
> > )        libgtk-1.1.so.1 is needed by gnome-guile-0.27-1
> > )[root@coeus latest]# ldconfig -p | grep libgdk
> > )        libgdkcardimage.so.0 (ELF-libc6) => /usr/lib/libgdkcardimage.so.0
> > )        libgdkcardimage.so.0 (ELF-libc6) => /usr/lib/libgdkcardimage.so.0
> > )        libgdkcardimage.so (ELF-libc6) => /usr/lib/libgdkcardimage.so
> > )        libgdkcardimage.so (ELF-libc6) => /usr/lib/libgdkcardimage.so
> > )        libgdk_imlib.so.1 (ELF-libc6) => /usr/lib/libgdk_imlib.so.1
> > )        libgdk_imlib.so.1 (ELF-libc6) => /usr/lib/libgdk_imlib.so.1
> > )        libgdk_imlib.so (ELF-libc6) => /usr/lib/libgdk_imlib.so
> > )        libgdk_imlib.so (ELF-libc6) => /usr/lib/libgdk_imlib.so
> > )        libgdk.so.1 (ELF-libc6) => /usr/lib/libgdk.so.1
> > )        libgdk.so.1 (ELF-libc6) => /usr/lib/libgdk.so.1
> > )        libgdk.so (ELF-libc6) => /usr/lib/libgdk.so
> > )        libgdk.so (ELF-libc6) => /usr/lib/libgdk.so
> > )        libgdk-1.1.so.2 (ELF-libc6) => /usr/lib/libgdk-1.1.so.2
> > )        libgdk-1.1.so.2 (ELF-libc6) => /usr/lib/libgdk-1.1.so.2
> > )[root@coeus latest]# ldconfig -p | grep libglib
> > )        libglib.so.1 (ELF-libc6) => /usr/lib/libglib.so.1
> > )        libglib.so.1 (ELF-libc6) => /usr/lib/libglib.so.1
> > )        libglib.so (ELF-libc6) => /usr/lib/libglib.so
> > )        libglib.so (ELF-libc6) => /usr/lib/libglib.so
> > )        libglib-1.1.so.3 (ELF-libc6) => /usr/lib/libglib-1.1.so.3
> > )        libglib-1.1.so.3 (ELF-libc6) => /usr/lib/libglib-1.1.so.3
> > )[root@coeus latest]# ldconfig -p | grep libgtk
> > )        libgtkxmhtml.so.0 (ELF) => /usr/lib/libgtkxmhtml.so.0
> > )        libgtkxmhtml.so.0 (ELF) => /usr/lib/libgtkxmhtml.so.0
> > )        libgtkxmhtml.so (ELF) => /usr/lib/libgtkxmhtml.so
> > )        libgtkxmhtml.so (ELF) => /usr/lib/libgtkxmhtml.so
> > )        libgtkext.so.1 (ELF) => /usr/lib/libgtkext.so.1
> > )        libgtkext.so.1 (ELF) => /usr/lib/libgtkext.so.1
> > )        libgtkext.so (ELF) => /usr/lib/libgtkext.so
> > )        libgtkext.so (ELF) => /usr/lib/libgtkext.so
> > )        libgtk.so.1 (ELF-libc6) => /usr/lib/libgtk.so.1
> > )        libgtk.so.1 (ELF-libc6) => /usr/lib/libgtk.so.1
> > )        libgtk.so (ELF-libc6) => /usr/lib/libgtk.so
> > )        libgtk.so (ELF-libc6) => /usr/lib/libgtk.so
> > )        libgtk-1.1.so.2 (ELF-libc6) => /usr/lib/libgtk-1.1.so.2
> > )        libgtk-1.1.so.2 (ELF-libc6) => /usr/lib/libgtk-1.1.so.2
> > )
> > )What do you suggest that I do?  I'm not familiar with ldconfig.
> > )By the way, I'm using RH 5.1, fvwm2 (but I'm about to check out some other
> > )wm's)
> > )Thanks again!
> > )
> > )Soren Harward wrote:
> > )
> > )> Do an 'ldconfig -p | grep [libname]' to see if ldconfig knows where they
> > )> are.
> > )>
> > )> Verify that there are actually files called this.  If there aren't files
> > )> with these names verbatim, try symlinks.
> > )>
> > )> --
> > )>  Soren Harward <soren@cinternet.net> | Windows DOES come with a tool
> > )>  http://www.cinternet.net/~soren/    | to restore a corrupt Registry.
> > )>  Internet Information Systems Admin  |
> > )>  Cinternet, Inc.  (513) 891-1228     | It's called FDISK.
> > )>
> > )> On Mon, 12 Oct 1998, Sean Staats wrote:
> > )>
> > )> )[root@coeus latest]# ls -l
> > )> )total 1214
> > )> )drwxrwxr-x   2 root     root         2048 Oct 11 16:29 archive
> > )> )-rw-r--r--   1 sestaats sestaats   288792 Aug 20 21:11
> > )> )gmc-4.1.35-3.i386.rpm
> > )> )-rw-r--r--   1 sestaats sestaats   141389 Aug 18 00:18
> > )> )gnome-guile-0.27-1.i386.rpm
> > )> )-rw-r--r--   1 sestaats sestaats    88808 Aug 18 00:18
> > )> )gnome-guile-devel-0.27-1.i386.rpm
> > )> )-rw-r--r--   1 sestaats sestaats   709358 Sep 30 16:01
> > )> )gnumeric-0.3-1.i386.rpm
> > )> )drwxrwxr-x   2 root     root         1024 Oct 11 16:28 notinstalled
> > )> )[root@coeus latest]# rpm -q glib
> > )> )glib-1.1.3-1
> > )> )[root@coeus latest]# rpm -q glib10
> > )> )glib10-1.0.6-1
> > )> )[root@coeus latest]# rpm -q gtk+
> > )> )gtk+-1.1.2-1
> > )> )[root@coeus latest]# rpm -q gtk+10
> > )> )gtk+10-1.0.6-1
> > )> )[root@coeus latest]# rpm -i gnome-guile-0.27-1.i386.rpm
> > )> )failed dependencies:
> > )> )        libgdk-1.1.so.1 is needed by gnome-guile-0.27-1
> > )> )        libglib-1.1.so.0 is needed by gnome-guile-0.27-1
> > )> )        libgtk-1.1.so.1 is needed by gnome-guile-0.27-1
> > )> )
> > )> )guile still won't install.
> > )> )Any ideas as to what I should do now?
> > )> )Thanks for the help, guys. :-)
> > )> )
> > )> )Soren Harward wrote:
> > )> )
> > )> )> glib-1.1
> > )> )> gtk+-1.1
> > )> )>
> > )> )> you'll probably als oneed to put in gtk+10 and glib10 (for 1.0
> > )> )> compatibility reasons).
> > )> )>
> > )> )> --
> > )> )>  Soren Harward <soren@cinternet.net> | Windows DOES come with a tool
> > )> )>  http://www.cinternet.net/~soren/    | to restore a corrupt Registry.
> > )> )>  Internet Information Systems Admin  |
> > )> )>  Cinternet, Inc.  (513) 891-1228     | It's called FDISK.
> > )> )>
> > )> )> On Sun, 11 Oct 1998, Sean Staats wrote:
> > )> )>
> > )> )> )I'm new to GNOME - and it kicks ass!
> > )> )> )Could someone tell me which RedHat RPM files have :
> > )> )> )        libgdk-1.1.so.1 is needed by gnome-guile-0.27-1
> > )> )> )        libglib-1.1.so.0 is needed by gnome-guile-0.27-1
> > )> )> )        libgtk-1.1.so.1 is needed by gnome-guile-0.27-1
> > )> )> )so I can get gnome-guile installed...
> > )> )>
> > )> )> --
> > )> )>          To unsubscribe: mail gnome-list-request@gnome.org with
> > )> )>                        "unsubscribe" as the Subject.
> > )> )
> > )> )
> > )> )
> > )>
> > )> --
> > )>          To unsubscribe: mail gnome-list-request@gnome.org with
> > )>                        "unsubscribe" as the Subject.
> > )
> > )
> > )
>
> --
>          To unsubscribe: mail gnome-list-request@gnome.org with
>                        "unsubscribe" as the Subject.





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