Date: Wed, 1 Aug 2001 06:00:08 -0700 (PDT) From: Pete Fritchman <petef@databits.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/29359: [PATCH] uvscan can't find libc.so.3 Message-ID: <200108011300.f71D08Z54210@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/29359; it has been noted by GNATS. From: Pete Fritchman <petef@databits.net> To: martti.kuparinen@iki.fi Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/29359: [PATCH] uvscan can't find libc.so.3 Date: Wed, 1 Aug 2001 08:59:49 -0400 ++ 27/07/01 13:36 +0200 - martti.kuparinen@iki.fi: | >Description: | | vscan won't work on 4.3-RELEASE as there is no libc.so.3. | Here's a quick and dirty solution for this problem. | | >How-To-Repeat: | | # uvscan | /usr/libexec/ld-elf.so.1: Shared object "libc.so.3" not found | # cd /usr/lib && ln -s libc.so.4 libc.so.3 | The real solution is to have the compat3x libraries installed. libc.so.3 will then live in /usr/lib/compat. | >Fix: | I'm not sure of the fix. Maybe something like: .if !exists(/usr/lib/compat/libc.so.3) BROKEN= "You must have the compat3x libraries installed." .endif -- Pete Fritchman <petef@databits.net> Databits Network Services, Inc. <http://databits.net> finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108011300.f71D08Z54210>