From owner-freebsd-questions@FreeBSD.ORG Mon Jun 21 10:42:18 2004 Return-Path: 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 0B04716A4CE for ; Mon, 21 Jun 2004 10:42:18 +0000 (GMT) Received: from smtpq3.home.nl (smtpq3.home.nl [213.51.128.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 790B043D49 for ; Mon, 21 Jun 2004 10:42:17 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.132] (port=54382 helo=smtp1.home.nl) by smtpq3.home.nl with esmtp (Exim 4.30) id 1BcMFk-0002Pf-5d; Mon, 21 Jun 2004 12:42:16 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([212.204.145.167]:53215 helo=workstation.homenet) by smtp1.home.nl with esmtp (Exim 4.30) id 1BcMFi-000687-TJ; Mon, 21 Jun 2004 12:42:14 +0200 From: Danny Pansters To: grint@yandex.ru Date: Mon, 21 Jun 2004 12:42:08 +0200 User-Agent: KMail/1.6.2 References: <40D56129.000002.02151@pantene.yandex.ru> In-Reply-To: <40D56129.000002.02151@pantene.yandex.ru> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406211242.09238.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean cc: freebsd-questions@freebsd.org Subject: Re: linux-realplay and esd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: danny@ricin.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2004 10:42:18 -0000 On Sunday 20 June 2004 12:04, grint wrote: > Hello, > > I want use linux-realplay with esound, but when i try it i have some error. > I search about it in google, and find that i must have libesd.so.0, but > i have only libesd.so.2. I create symlink to libesd.so.0 from libesd.so.2. > And now when i try use realplay i have coredump realplay. libesd.so.2 is "ours", you probably need the linux esd port for running through linux compat, Try /usr/ports/audio/linux-esound, it installs into /usr/compat/linux. HTH, Dan