Date: Wed, 6 Nov 2002 10:23:08 -0800 From: Kris Kennaway <kris@obsecurity.org> To: Andy Akins <andy@leonidae.org> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problem installing linux_base Message-ID: <20021106182304.GA16440@rot13.obsecurity.org> In-Reply-To: <200211050000.25444.andy@leonidae.org> References: <200211050000.25444.andy@leonidae.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 05, 2002 at 12:00:25AM -0600, Andy Akins wrote: > =3D=3D=3D> Generating temporary packing list > install -c -o root -g wheel -m 444=20 > /usr/ports/archivers/rpm/work/rpm-3.0.6/doc/gendiff.1 /usr/local/man/man1 > install -c -o root -g wheel -m 444=20 > /usr/ports/archivers/rpm/work/rpm-3.0.6/doc/rpm.8 /usr/local/man/man8 > install -c -o root -g wheel -m 444=20 > /usr/ports/archivers/rpm/work/rpm-3.0.6/doc/rpm2cpio.8 /usr/local/man/man8 > =3D=3D=3D> Compressing manual pages for rpm-3.0.6_6 > =3D=3D=3D> Running ldconfig > /sbin/ldconfig -m /usr/local/lib > =3D=3D=3D> Registering installation for rpm-3.0.6_6 > =3D=3D=3D> Returning to build of linux_base-7.1_1 > =3D=3D=3D> Patching for linux_base-7.1_1 > =3D=3D=3D> Configuring for linux_base-7.1_1 > =3D=3D=3D> Installing for linux_base-7.1_1 > ln: libtermcap.so.2: File exists > *** Error code 1 >=20 > Any insight? I'm rather new to FreeBSD, so I'm not sure what the problem = is.=20 > Thanks for your help. The problem is that the libtermcap.so.2 symlink already exists, and ln is being used without the '-f' flag. This was already fixed: either cvsup your ports collection and try again, or remove the symlink and try again. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021106182304.GA16440>