From owner-freebsd-current@FreeBSD.ORG Sun May 9 19:59:17 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 4567416A4CF for ; Sun, 9 May 2004 19:59:17 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id A43D743D54 for ; Sun, 9 May 2004 19:59:16 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i4A2xDpW023350; Sun, 9 May 2004 22:59:14 -0400 (EDT) Date: Sun, 9 May 2004 22:59:13 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Christer Solskogen In-Reply-To: <1084127834.89173.3.camel@funshine.carebears.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: mplayer X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2004 02:59:17 -0000 On Sun, 9 May 2004, Christer Solskogen wrote: > On Sun, 2004-05-09 at 19:48, Daniel Eischen wrote: > > On Sun, 9 May 2004, Christer Solskogen wrote: > > > > > On Sun, 2004-05-09 at 15:54, Daniel Eischen wrote: > > > > > > > > > > > Read src/UPDATING and search for nvidia. > > > > > > Tried that too, unless I have to do some magic than putting the > > > following lines in /etc/libmap.conf: > > > > > > libc_r.so.5 libpthread.so.1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > libc_r.so libpthread.so ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > Read closer. nvidia (probably more accutately nvidia's > > opengl) does not play well with libpthread or libthr. > > The ports system now defaults to libpthread, so you > > have to map it in reverse (libpthread -> libc_r). ^^^^^^^^^^^^^^^^^ > > How would I do that, exept using the libmap.conf? 20040130: < snip > libraries linked to libkse, then it is also recommended that you map libkse to libpthread. Anyone that is using nvidia supplied drivers and libraries should use a libmap.conf that maps libpthread to libc_r since their drivers/libraries do not work with libpthread. -- Dan Eischen