Library problems on fresh BETA 7

Giorgos Keramidas keramida at linux.gr
Tue Oct 12 02:58:34 PDT 2004


On 2004-10-12 11:45, Dimitry Andric <dimitry at andric.com> wrote:
> On 2004-10-12 at 11:38:38 Giorgos Keramidas wrote:
> > Is recompiling absolutely necessary?  I think not.  I didn't have to
> > rebuild cvsup from its sources, this is why I'm asking.
> > I just pkg_delete'd on my workstation at work last night and installed
> > cvsup from the package.  Here's what I see now:
>
> > : orion# ls -l /etc/libmap.conf
> > : ls: /etc/libmap.conf: No such file or directory
> > : orion# ldd `which cvsup`
> > : /usr/local/bin/cvsup:
> > :         libz.so.2 => /lib/libz.so.2 (0x2810a000)
> > :         libutil.so.4 => /lib/libutil.so.4 (0x2811a000)
> > :         libmd.so.2 => /lib/libmd.so.2 (0x28126000)
> > :         libm.so.2 => /lib/libm.so.2 (0x28130000)
> > :         libc.so.5 => /lib/libc.so.5 (0x2814a000)
>
> And here you see that your version of cvsup uses libm.so.2 from /lib,
> which is the old version.  The current (bumped) version is libm.so.3,
> and .2 should be in /usr/lib/compat (if you build with COMPAT4X=yes in
> make.conf).

Nice catch...  Apparently, before updating my ports I cleaned up only
/usr/lib and left a few stale libs in /lib.

Thank you, Dimitry :)



More information about the freebsd-current mailing list