From owner-freebsd-questions Fri Mar 10 15:46:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from george.arc.nasa.gov (george.arc.nasa.gov [128.102.194.142]) by hub.freebsd.org (Postfix) with ESMTP id F09EC37BB51 for ; Fri, 10 Mar 2000 15:46:02 -0800 (PST) (envelope-from lamaster@george.arc.nasa.gov) Received: (from lamaster@localhost) by george.arc.nasa.gov (8.9.3/8.9.3) id PAA29634 for freebsd-questions@freebsd.org; Fri, 10 Mar 2000 15:46:01 -0800 (PST) Date: Fri, 10 Mar 2000 15:46:01 -0800 (PST) Message-Id: <200003102346.PAA29634@george.arc.nasa.gov> From: lamaster@george.arc.nasa.gov To: freebsd-questions@freebsd.org Subject: Missing m3 ELF libraries Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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) libjvideo.so.6 => not found (0x0) libweb.so.6 => not found (0x0) libm3vbtkit.so.6 => not found (0x0) libm3ui.so.6 => not found (0x0) libm3X11R4.so.6 => not found (0x0) libset.so.6 => not found (0x0) libm3tcp.so.6 => not found (0x0) libTempFiles.so.6 => not found (0x0) libm3.so.6 => not found (0x0) libm3core.so.6 => not found (0x0) libz.so.2 => /usr/lib/libz.so.2 (0x280b3000) libutil.so.2 => /usr/lib/libutil.so.2 (0x280c0000) libmd.so.2 => /usr/lib/libmd.so.2 (0x280c9000) libXaw.so.6 => /usr/X11R6/lib/libXaw.so.6 (0x280cd000) libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x28102000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x28113000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x28151000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x28159000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x2816d000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x28177000) libm.so.2 => /usr/lib/libm.so.2 (0x2820a000) libc.so.3 => /usr/lib/libc.so.3 (0x28225000) 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. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message