libutil.so.8 is missing when I run a binary from an installed packages I previously compiled with Freebsd 8.2. It's easy enough to fix with a symbolic link but it should already exist. Could this possibly have something to do with the fact that there is no COMPAT_FREEBSD_8 option in the kernel so it isn't creating the link? How-To-Repeat: On a fresh install trying to install a package compiled with freebsd 8.2 and then run the program.
State Changed From-To: open->closed Please install the misc/compat8x port.
State Changed From-To: closed->open Indeed, it looks like that libutil.so.8 and libz.so.5 are missing from the i386 version of the misc/compat8x port.
Responsible Changed From-To: freebsd-bugs->garga Over to misc/compat8x port maintainer.
garga 2011-12-28 15:20:37 UTC FreeBSD ports repository Modified files: misc/compat8x Makefile distinfo pkg-plist.amd64 pkg-plist.i386 Log: - Update to 201112 and add following missing libs: amd64: liblwres.so.50 amd64 lib32: libobjc.so.4 libutil.so.8 i386: liblwres.so.50 libobjc.so.4 libutil.so.8 libz.so.5 PR: ports/163575 (based on) Submitted by: Chris Telting <christopher@telting.org> Revision Changes Path 1.9 +1 -1 ports/misc/compat8x/Makefile 1.9 +4 -4 ports/misc/compat8x/distinfo 1.6 +3 -0 ports/misc/compat8x/pkg-plist.amd64 1.6 +4 -0 ports/misc/compat8x/pkg-plist.i386 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Missing libraries added, closing.