Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Mar 2004 10:41:45 -0500
From:      Craig Rodrigues <rodrigc@crodrigues.org>
To:        "Brian F. Feldman" <green@freebsd.org>
Cc:        Mac Newbold <mac@macnewbold.com>
Subject:   Re: uthread_kern.c problems (still)
Message-ID:  <20040305154145.GA2761@crodrigues.org>
In-Reply-To: <200403051517.i25FHP5Z064551@green.homeunix.org>
References:  <20040305074521.V91802@bas.flux.utah.edu> <200403051517.i25FHP5Z064551@green.homeunix.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 05, 2004 at 10:17:25AM -0500, Brian F. Feldman wrote:
> Have you checked to make sure that you're not using both libc_r and 
> libpthread at the same time now?  Try mapping libpthread to libc_r in all 
> cases in libmap.conf, e.g.
> 
> #<start of /etc/libmap.conf>
> libpthread.so libc_r.so
> libpthread.so.1 libc_r.so.5

You've got that backwards.
Look at the man page for libmap.conf:

libc_r.so.5             libpthread.so.1 # Everything that uses 'libc_r'
libc_r.so               libpthread.so   # now uses 'libpthread'

-- 
Craig Rodrigues        
http://crodrigues.org
rodrigc@crodrigues.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040305154145.GA2761>