From owner-freebsd-ports@FreeBSD.ORG Mon Mar 27 20:29:50 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B71C16A422 for ; Mon, 27 Mar 2006 20:29:50 +0000 (UTC) (envelope-from michael.knoll@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id B454543D46 for ; Mon, 27 Mar 2006 20:29:49 +0000 (GMT) (envelope-from michael.knoll@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so1141454nfc for ; Mon, 27 Mar 2006 12:29:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gIiPsuhaCnNbF+CZsl/TAMcV5rrvI39favdVG++NR2wLTjPW/xqccqtUS/Blw5bDJ2Nm4iAWMxfqZF3ldZkaKle6gtab77Hdh9z2qQ/SbKM0LXgz3VYAr49r4WxW1Jgrz00X798uFyPtc+EfPbscak4h1gu14F5Xapo2vZbm8Qo= Received: by 10.48.162.4 with SMTP id k4mr74752nfe; Mon, 27 Mar 2006 12:05:38 -0800 (PST) Received: by 10.49.7.17 with HTTP; Mon, 27 Mar 2006 12:05:38 -0800 (PST) Message-ID: <975053160603271205w42718e6bydc812320807e2272@mail.gmail.com> Date: Mon, 27 Mar 2006 15:05:38 -0500 From: "Michael Knoll" To: "Kris Kennaway" In-Reply-To: <20060327195227.GA71544@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <975053160603271131x7412218eqf492eb592d43368c@mail.gmail.com> <20060327194350.GA60088@nagual.pp.ru> <20060327195227.GA71544@xor.obsecurity.org> Cc: ports@freebsd.org, gkovesdan@t-hosting.hu Subject: Re: rar-3.51,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2006 20:29:50 -0000 Sorry, it's looking for .so.4, not .so.5, I flipped them. It's a relatively fresh install, less than a month old. It's 6.0-RELEASE, with compat5x installed. Here's some terminal output that might help: [X@Y ~]$ rar /libexec/ld-elf.so.1: Shared object "libstdc++.so.4" not found, required by "rar" [X@Y ~]$ ls -l /usr/lib/libstd* -r--r--r-- 1 root wheel 1584376 Nov 3 03:10 /usr/lib/libstdc++.a lrwxrwxrwx 1 root wheel 14 Mar 8 22:34 /usr/lib/libstdc++.so -> libstdc++.so.5 -r--r--r-- 1 root wheel 803128 Nov 3 03:10 /usr/lib/libstdc++.so.5 [X@Y ~]$ uname -a FreeBSD Y 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Sun Mar 12 14:38:33 EST 2006 root@Y:/usr/src/sys/i386/compile/Y i386 [X@Y ~]$ pkg_info |grep compat compat5x-i386-5.4.0.8_5 A convenience package to install the compat5x libra= ries ldconfig_compat-1.0_6 Ldconfig compatibility script [X@Y ~]$ Thanks, Mike On 3/27/06, Kris Kennaway wrote: > On Mon, Mar 27, 2006 at 11:43:50PM +0400, Andrey Chernov wrote: > > On Mon, Mar 27, 2006 at 02:31:02PM -0500, Michael Knoll wrote: > > > I tried building the rar-3.51,1 port under 6.0-RELEASE with a recentl= y > > > updated ports tree. It installed without error, but when trying to > > > run the tool, I get an error that I need libstdc++.so.5. I suspect > > > this library should be made a dependancy for the port. > > > > > > But, I tried to install the glibstdc++ port, but it was flagged as > > > broken. I also found a libstdc++.so.4, which I added a sym link to. > > > After which, rar complained it needed a libm library, which was too > > > vague of a name for me to determine what to install. > > > > > > Does anyone know how to get RAR installed? > > > > You miss compat5x port. > > No, libstdc++.so.5 is part of FreeBSD 6.0. > > It looks like he's really running FreeBSD 5.x and not 6.0. > > Kris > > >