From owner-freebsd-questions@FreeBSD.ORG Mon Jan 9 17:14:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43E9116A41F for ; Mon, 9 Jan 2006 17:14:46 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7886D43D46 for ; Mon, 9 Jan 2006 17:14:45 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-8) with SMTP id k09HEhaL025081; Mon, 9 Jan 2006 19:14:44 +0200 Received: by flame.pc (Postfix, from userid 1001) id 7E0CF11854; Mon, 9 Jan 2006 19:13:17 +0200 (EET) Date: Mon, 9 Jan 2006 19:13:17 +0200 From: Giorgos Keramidas To: Tuc at T-B-O-H Message-ID: <20060109171316.GB28017@flame.pc> References: <200601091706.k09H6KQL064857@vjofn.tucs-beachin-obx-house.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601091706.k09H6KQL064857@vjofn.tucs-beachin-obx-house.com> Cc: freebsd-questions@freebsd.org Subject: Re: Ports/Package dilema X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2006 17:14:46 -0000 On 2006-01-09 12:06, Tuc at T-B-O-H wrote: > Hi, (FBSD 5.4-RELEASE) > > I'm trying to install CVSUP on a machine with VERY LIMITED disk > space. Trying to build it out of ports won't happen, ezm3 is just TOO > TOO big. So I decided to try to install it as a package. Now I get : > > /libexec/ld-elf.so.1: Shared object "libm.so.4" not found, required by "m3build" You can solve this by installing the pre-built packages for compatibility libraries: ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/misc/compat4x-i386-5.3_4.tbz ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/misc/compat5x-i386-5.4.0.8_2.tbz Then you don't have to compile anything from source.