Date: Tue, 12 Oct 2004 11:45:24 +0200 From: Dimitry Andric <dimitry@andric.com> To: Giorgos Keramidas <keramida@linux.gr> Cc: freebsd-current@freebsd.org Subject: Re: Library problems on fresh BETA 7 Message-ID: <157367088.20041012114524@andric.com> In-Reply-To: <20041012093838.GA16891@orion.daedalusnetworks.priv> References: <416AFFA7.6080902@mac.com> <20041011215934.GA88374@parodius.com> <416B0351.3070401@mac.com> <952911978.20041012002540@andric.com> <20041012093838.GA16891@orion.daedalusnetworks.priv>
next in thread | previous in thread | raw e-mail | index | archive | help
------------4DEEF48222F66 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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). As long as it stays there, you should be able to run any "old" executables. So it's not absolutely necessary to update your ports, but then again, it's also not absolutely necessary to update your system at all. :) ------------4DEEF48222F66 Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: GnuPG v1.2.4 (MingW32) iD8DBQFBa6e0sF6jCi4glqMRAnO5AKCDgc7hokvx+RWxJBZWdIXM1LmjhgCg8rw9 6OIrF7XcADRvs+7RXtAPPRs= =ufVS -----END PGP MESSAGE----- ------------4DEEF48222F66--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?157367088.20041012114524>