From owner-freebsd-ports@FreeBSD.ORG Mon Mar 27 20:37:31 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 BED4716A424 for ; Mon, 27 Mar 2006 20:37:31 +0000 (UTC) (envelope-from michael.knoll@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id A976A43D5D for ; Mon, 27 Mar 2006 20:37:30 +0000 (GMT) (envelope-from michael.knoll@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so1142773nfc for ; Mon, 27 Mar 2006 12:37:30 -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=dg6BamhljknRAx2y+iTMGC8bBxiFYEZpy03/KGzZMteSV4Q6TfTfob/UK3qXQkV1MXoNhYrY9ZxtQ69HINRbq0NgyGhr7T1KcyYsYx8UO46UUrKktitre+EZf48iyuM0TfG7BIpW5OH+QVrfpA4Fsgyk7ujSKpXf7JuFiFkDV30= Received: by 10.49.12.14 with SMTP id p14mr532609nfi; Mon, 27 Mar 2006 12:30:49 -0800 (PST) Received: by 10.49.7.17 with HTTP; Mon, 27 Mar 2006 12:30:49 -0800 (PST) Message-ID: <975053160603271230v2797a618ha425cbb6e939a5d2@mail.gmail.com> Date: Mon, 27 Mar 2006 15:30:49 -0500 From: "Michael Knoll" To: "Kris Kennaway" In-Reply-To: <20060327200922.GA71991@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> <975053160603271205w42718e6bydc812320807e2272@mail.gmail.com> <20060327200922.GA71991@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:37:31 -0000 Upon reinstalling compat5x I noticed the message about the startup script it installed in /usr/local/etc/rc.d/. This message flew up the screen when I installed rar, since it installed compat5x as a dependancy then automatically moved on to rar. Checking this script I noticed I needed to add compat5x_enable=3D"YES" To my /etc/rc.conf. I added it, rebooted, and it works! Thanks, Mike On 3/27/06, Kris Kennaway wrote: > On Mon, Mar 27, 2006 at 03:05:38PM -0500, Michael Knoll wrote: > > 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" > > Something is wrong with your compat5x port, then..it installs the > libraries needed by 5.x binaries such as this one. Try to > reinstall/update it. > > Kris > >