From owner-freebsd-current@FreeBSD.ORG Thu Feb 19 15:51:35 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 574FD16A4CE for ; Thu, 19 Feb 2004 15:51:35 -0800 (PST) Received: from ex-nihilo-llc.com (ex-nihilo-llc.com [206.114.147.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E43943D2D for ; Thu, 19 Feb 2004 15:51:35 -0800 (PST) (envelope-from aaron@alpete.com) Received: from mail.alpete.com (localhost [127.0.0.1]) by ex-nihilo-llc.com (Postfix) with SMTP id 5B9AC6F6; Thu, 19 Feb 2004 18:53:43 -0500 (EST) Received: from 204.118.74.216 (SquirrelMail authenticated user aaron@alpete.com) by mail.alpete.com with HTTP; Thu, 19 Feb 2004 18:53:43 -0500 (EST) Message-ID: <51379.204.118.74.216.1077234823.squirrel@mail.alpete.com> In-Reply-To: <20040219234056.GA59221@fyrou.net> References: <51354.204.118.74.216.1077233141.squirrel@mail.alpete.com> <20040219233342.GA47503@fyrou.net> <20040219234056.GA59221@fyrou.net> Date: Thu, 19 Feb 2004 18:53:43 -0500 (EST) From: "Aaron Peterson" To: "Francois Ranchin" User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal cc: freebsd-current@freebsd.org Subject: Re: mplayer compiled without warnings, but broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: aaron@alpete.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 23:51:35 -0000 > According to Francois Ranchin : >> Try to recompile mplayer without linuxthread on your systems > > better : try this in your /etc/libmap.conf : > libc_r.so.5 libpthread.so.1 > libc_r.so libpthread.so > libkse.so.1 libpthread.so.1 > libkse.so libpthread.so > > -- > François Ranchin -+- fyr@fyrou.net > that worked for me, which makes me very very happy :) am i likely to encounter this problem with other programs i compile? should i leave libmap.conf this way permanently?