Date: Thu, 21 May 2009 11:01:30 -0600 From: Tim Judd <tajudd@gmail.com> To: Frederique Rijsdijk <frederique@isafeelin.org> Cc: freebsd-questions@freebsd.org Subject: Re: pkgdb -F problem Message-ID: <ade45ae90905211001u4b2e1d4au25d1530d1020e9a1@mail.gmail.com> In-Reply-To: <4A157F4A.1000509@isafeelin.org> References: <4A157EC8.3050507@eskk.nu> <4A157F4A.1000509@isafeelin.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 21, 2009 at 10:20 AM, Frederique Rijsdijk < frederique@isafeelin.org> wrote: > Leslie Jensen wrote: > >> >> I've just updated my 7.1-RELEASE to 7.2-RELEASE using freebsd-update. >> >> Everything went ok but I've got a problem when I do >> >> pkgdb -F >> /libexec/ld-elf.so.1: /usr/lib/libcrypt.so.4: unsupported file layout >> >> >> I might have goofed before I updated when moving files around to make >> space, so I need some advice on how to get rid of the error. >> >> >> I cannot find out what port I need to reinstall in order to get libcrypt >> healty again :-) >> >> > Probably everything related to portupgrade/portinstall/ruby etc. > > > -- Frederique > My 7.1R-p4 system doesn't have a /usr/lib/libcrypt.so.4 it has a /lib/libcrypt.so.4 though so if you're "moving stuff around" -- and it's in the wrong directory, maybe that's why? In either case, libcrypt.so.4 is part of world, so you'd have to rebuild that piece if relocating the file itself doesn't fix it. And if you move libraries around, you need to update the linker helper file. ldconfig(8) Good luck.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ade45ae90905211001u4b2e1d4au25d1530d1020e9a1>