Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Apr 2005 21:07:28 +0200
From:      Dejan Lesjak <dejan.lesjak@ijs.si>
To:        freebsd-x11@freebsd.org
Cc:        Michael Hopkins <michael.hopkins@hopkins-research.com>
Subject:   Re: (non)missing gnome libraries
Message-ID:  <200504062107.29197.dejan.lesjak@ijs.si>
In-Reply-To: <BE79EFD0.36D4E%michael.hopkins@hopkins-research.com>
References:  <BE79EFD0.36D4E%michael.hopkins@hopkins-research.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 06 of April 2005 20:58, Michael Hopkins wrote:
> Hi all
>
> I just upgraded some x11 and gnome ports and several things have stopped
> working.  I scanned the error output and did as it said in gnomealyzer.sh
> (cvsup & retry, pkgdb -F, portupgrade -a) and got a bunch of problem ports
> flagged up.  Things that were working fine up until yesterday have stopped
> finding various libraries, even though they exist in my machine e.g.
>
> ---------------------------------------------------------------------------
> mwh@Athlon ~ % bpm &
> [1] 76897
> mwh@Athlon ~ % /libexec/ld-elf.so.1: Shared object "libgtk-x11-2.0.so.400"
> not found, required by "bpm"
>
> [1]+  Exit 1                  bpm
>
> mwh@Athlon ~ % gkrellm &
> [1] 76899
> mwh@Athlon ~ % /libexec/ld-elf.so.1: Shared object "libgtk-x11-2.0.so.400"
> not found, required by "gkrellm"
>
> [1]+  Exit 1                  gkrellm
>
> ..but..
>
> mwh@Athlon ~ % locate libgtk-x11-2.0.so.400
> /usr/X11R6/lib/libgtk-x11-2.0.so.400
>
> ..also..
>
> mwh@Athlon ~ % gedit &
> [1] 76900
> mwh@Athlon ~ % /libexec/ld-elf.so.1: Shared object "libgnomevfs-2.so.600"
> not found, required by "gedit"
>
> [1]+  Exit 1                  gedit
>
> mwh@Athlon ~ % locate libgnomevfs-2.so.600
> /usr/X11R6/lib/libgnomevfs-2.so.600
> ---------------------------------------------------------------------------
>-
>
> Can someone tell me if there is an easy answer to this?  Maybe some
> symbolic links broken somewhere?

Locate consults a pre-made database to find files, so this file may no longer 
exist - see if it is really there with ls or some such.
It seems you have been upgrading GNOME. See GNOME Upgrading FAQ at
http://www.freebsd.org/gnome/docs/faq210.html


Dejan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504062107.29197.dejan.lesjak>