Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Mar 2009 06:01:28 -0500
From:      Michael Powell <nightrecon@verizon.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: libpthread not found
Message-ID:  <godpsj$nvk$1@ger.gmane.org>
References:  <3B419C0DD853DC47AA4FA65D0FC92B5FE5C8FA@FBCMST11V01.fbc.local> <49AA5D4C.3070901@gmail.com> <3B419C0DD853DC47AA4FA65D0FC92B5FE5C8FB@FBCMST11V01.fbc.local>

next in thread | previous in thread | raw e-mail | index | archive | help
m.borsatino@alice.it wrote:

> thanks ... but ... how?
> now I don't get the first message; but the second tells me that a library
> is missing, but it is present. anyway I' prepared a very simple
> /etc/libmap.conf like this:
> 
> # /etc/libmap.conf
> #
> # candidate             mapping
> #
> libc.so.6 		/usr/compat/linux/lib/libc.so.6

Change to:

libc.so.6			libc.so.7
 
> but clearly this is not enough. should I restart the system or use a
> program to make the change accepted?
> 

No need, it is picked up the next time the libmap.conf file is parsed.

What is occurring is the java binary was built against libc.so.6, which is 
what you would find on a FreeBSD 6.x box. 

-Mike






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?godpsj$nvk$1>