Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 2003 20:43:46 +0300 (EET DST)
From:      Jukka Huvinen <jhuvinen@cc.hut.fi>
To:        FreeBSD User Questions List <freebsd-questions@freebsd.org>
Subject:   Re: gnome-applets-2.2.2 build still fails
Message-ID:  <Pine.OSF.4.50.0306012031280.188313-100000@lyta.hut.fi>
In-Reply-To: <1054486587.76875.5.camel@shumai.marcuscom.com>
References:  <Pine.OSF.4.50.0305310946180.124285-100000@lyta.hut.fi>  <1054364515.65940.1.camel@shumai.marcuscom.com>  <Pine.OSF.4.50.0306011316510.174739-100000@lyta.hut.fi>  <Pine.OSF.4.50.0306011529090.162655-100000@lyta.hut.fi> <1054486587.76875.5.camel@shumai.marcuscom.com>

next in thread | previous in thread | raw e-mail | index | archive | help


> > > gnomeapplets2-2.2:
> > > /usr/libexec/ld-elf.so.1: Shared object "libc_r.so.5" not found
> >
> > Where is libc_r ??
>
> Something on your system is still linked against libc_r from 5.x.  I
> don't know what, but you can use something like:
>
> find /usr/local -type f | xargs ldd > /tmp/local.out
> find /usr/X11R6 -type f | xargs ldd > /tmp/x11.out
>
> Then look through the .out files to find the binary.  Then, use pkg_info
> -W <binary path> to find the port/package that installed it.

Ok! Thank you for excellent help.

Now I see why to use portupgrade without -P option. It seems lot of
packages are linked against 5.x and I can obtain most of them only by
compiling sources. (Oh, no. :(

This explains also the packages-4-stable directories in freebsd.org (for
me). I guess they are linked for 4.x and I should use only them...

More work... Maybe I have a functioning 4.8 some day. :)


--
Jukka



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.50.0306012031280.188313-100000>