uthread_kern.c problems (still)

Craig Rodrigues rodrigc at crodrigues.org
Fri Mar 5 07:41:41 PST 2004


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 at crodrigues.org


More information about the freebsd-current mailing list