From owner-freebsd-questions@FreeBSD.ORG Sun Mar 1 11:39:50 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82C8D106564A for ; Sun, 1 Mar 2009 11:39:50 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.4.199]) by mx1.freebsd.org (Postfix) with ESMTP id 5A0848FC12 for ; Sun, 1 Mar 2009 11:39:50 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta4.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0KFT00ARCSECDS11@mta4.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Sun, 01 Mar 2009 06:39:49 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.3/8.14.3) with ESMTP id n21BdkbX038076; Sun, 01 Mar 2009 06:39:47 -0500 Date: Sun, 01 Mar 2009 06:39:46 -0500 From: "Aryeh M. Friedman" In-reply-to: <3B419C0DD853DC47AA4FA65D0FC92B5FE5C8FC@FBCMST11V01.fbc.local> To: m.borsatino@alice.it Message-id: <49AA7402.8070509@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <3B419C0DD853DC47AA4FA65D0FC92B5FE5C8FC@FBCMST11V01.fbc.local> User-Agent: Thunderbird 2.0.0.19 (X11/20090228) Cc: freebsd-questions@freebsd.org Subject: Re: libpthread not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Mar 2009 11:39:50 -0000 Then you will need to limit it to diablo only by placing it in the exec path in []'s m.borsatino@alice.it wrote: > amm ... when I change the 'candidate' something strange begins to happen: bash doesn't work anymore, saying that it does not find the library. this happens as soon as I do the change, showing what you've explained to me. > > Marco > > >> 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 > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >