From owner-freebsd-questions Fri Mar 10 16: 7:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id C908237BB32 for ; Fri, 10 Mar 2000 16:07:14 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) id QAA24913; Fri, 10 Mar 2000 16:39:15 -0800 (PST) Date: Fri, 10 Mar 2000 16:39:15 -0800 From: Alfred Perlstein To: lamaster@george.arc.nasa.gov Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Missing m3 ELF libraries Message-ID: <20000310163914.O14279@fw.wintelcom.net> References: <200003102346.PAA29634@george.arc.nasa.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200003102346.PAA29634@george.arc.nasa.gov>; from lamaster@george.arc.nasa.gov on Fri, Mar 10, 2000 at 03:46:01PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * lamaster@george.arc.nasa.gov [000310 16:19] wrote: > > A while ago, I did the upgrade to 3.4 w/ ELF etc. > Somewhere along the way, I lost/failed to add some > m3 (and possibly other) ELF libraries. e.g.: > > ldd /usr/local/bin/cvsup > /usr/local/bin/cvsup: > libm3formsvbt.so.6 => not found (0x0) > libm3formsvbtpixmaps.so.6 => not found (0x0) > libvideovbt.so.6 => not found (0x0) ... > Is there a simple-minded way to get these libraries? > A simple package add doesn't seem to work, because, > it thinks they are already installed apparently; > but there are dependencies for removal. > > Almost everything on the system seems to be working, > cvsup is the only thing I have noticed so far. > > add doesn't seem to work, because, > it thinks they are already installed apparently; > but there are dependencies for removal. > > Almost everything on the system seems to be working, > cvsup is the only thing I have noticed so far. > if you're just using modula-3 for cvsup i find it about a million times easier to just: pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/cvsupit.tgz otherwise you can probably use pkgadd -f to force installation, check your manpages. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message