From owner-freebsd-questions@FreeBSD.ORG Fri Feb 13 16:27:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AE2116A4CE for ; Fri, 13 Feb 2004 16:27:12 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2362843D1D for ; Fri, 13 Feb 2004 16:27:12 -0800 (PST) (envelope-from jason@ec.rr.com) Received: from ec.rr.com (cpe-024-211-231-149.ec.rr.com [24.211.231.149]) i1E0R8iU007958; Fri, 13 Feb 2004 19:27:08 -0500 (EST) Message-ID: <402D6B4E.9020503@ec.rr.com> Date: Fri, 13 Feb 2004 19:26:54 -0500 From: Jason User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040210 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Thomas Graham References: <49223.192.168.0.60.1076716995.squirrel@sml.dyndns.org> In-Reply-To: <49223.192.168.0.60.1076716995.squirrel@sml.dyndns.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-questions@freebsd.org Subject: Re: pthread on freebsd 5.2...? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 00:27:12 -0000 Thomas Graham wrote: >does anyone could paste the working /etc/libmap.conf to me please ? some >program is working but some program don't because pthread lib problem, >I am running freebsd 5.2 >Thanks. > > > > What program does not work? I did a recent upgrade to current and ran into this problem with bit torrent. It was solved by doing portupgrade -Rr on python, the language bit torrent is written in. I also read someone suggested -afr on a portupgrade, but it did not work for me, or it did not rebuild python. Try it on your program. Jason