From owner-freebsd-stable Mon Jan 12 10:06:18 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA05920 for stable-outgoing; Mon, 12 Jan 1998 10:06:18 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from hermes.uninet.net.mx (hermes.uninet.net.mx [200.33.146.193]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA05910 for ; Mon, 12 Jan 1998 10:06:09 -0800 (PST) (envelope-from eculp@ver1.telmex.net.mx) Received: from sunix (ver1_164.uninet.net.mx [200.38.135.164] (may be forged)) by hermes.uninet.net.mx (8.8.8/8.8.8) with SMTP id MAA20088; Mon, 12 Jan 1998 12:06:44 -0600 (CST) Message-ID: <34BA5C52.17B561D3@ver1.telmex.net.mx> Date: Mon, 12 Jan 1998 12:09:22 -0600 From: Edwin Culp Organization: Mexico Communicates, S.C. X-Mailer: Mozilla 3.01Gold (X11; I; Linux 2.0.14 i586) MIME-Version: 1.0 To: John Polstra CC: john@mailhost.cas.unt.edu, stable@freebsd.org Subject: Re: CVSup users: please upgrade to version 15.2 References: <199801121530.JAA29864@www.cas.unt.edu> <199801121648.IAA22362@austin.polstra.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk John Polstra wrote: > > In article <199801121530.JAA29864@www.cas.unt.edu>, > wrote: > > > bash# cvsup -v > > ld.so failed: Can't find shared library "libm3formsvbt.so.5.0" > > > > My older cvsup (15.0) worked. I have the modula-3-3.6.tgz and modula-3-lib-3.6.tgz > > packages installed. > > I suspect that your modula-3-lib package is out of date. Try > "ldconfig -r | grep formsvbt". I bet it will report that it has > some version older than 5.0. In that case, you'll need to install a > current versions of the modula-3-lib and modula-3 packages. > The correct library should be so.4.1. At least that works fine for me and I don't know where to find a so.5.0 I can't find it in my modula3.6 package :-) ed