From owner-freebsd-questions@FreeBSD.ORG Mon May 4 04:16:01 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 EDA6B1065677 for ; Mon, 4 May 2009 04:16:01 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.25]) by mx1.freebsd.org (Postfix) with ESMTP id 9E4628FC08 for ; Mon, 4 May 2009 04:16:01 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: by qw-out-2122.google.com with SMTP id 3so2725488qwe.7 for ; Sun, 03 May 2009 21:16:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=PQPAr+pvmL30nDB9tN5S+7FvUGZemdW26kLn1eV8k4c=; b=DhmnmenW915ugCMxPbJIcALgnYdmhbFsU2qLY6Q2GjM9AwPZM8zmY1xmSTz1rtBV6f UGZtSH/o4TYt7SNZhW8drgtVWOtFVCrQbGOdRJfY8srZMPtbcgoS6yDkz0otXuFbCWka LooPUirYekiiKH9KHQSlXhgTwDrYKbbjrLFEQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=qYPCb4PqO4lvWp417m48zDcWoQbdz/pOU3l0bnVwaUKmIClvZD8VpsEMOMbccXs1Mx hKmGDo0Hmwl+ImkQZjAdWScGx/fnF7RapRog0Nqo8OfXcXAMd64JloYRM4W9kyH5ny7+ jtJWt05UYNNkpwV1f6z1WEp6QKpkjeqT47l3A= MIME-Version: 1.0 Received: by 10.220.87.1 with SMTP id u1mr8592851vcl.2.1241410560303; Sun, 03 May 2009 21:16:00 -0700 (PDT) In-Reply-To: <58d1e8d30905011817i2591c0a8xdac47a2123b7e2b2@mail.gmail.com> References: <58d1e8d30904302103k34fcc372v31ca0e5b1d698934@mail.gmail.com> <58d1e8d30905010835v5b474297q38e180fc43d444fc@mail.gmail.com> <58d1e8d30905011817i2591c0a8xdac47a2123b7e2b2@mail.gmail.com> From: Tim Judd Date: Sun, 3 May 2009 22:15:45 -0600 Message-ID: To: Bob Falanga Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "illoai@gmail.com" , "freebsd-questions@freebsd.org" Subject: Re: where do I find libthr 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: Mon, 04 May 2009 04:16:02 -0000 On Fri, May 1, 2009 at 7:17 PM, Bob Falanga wrote: > On Fri, May 1, 2009 at 6:36 PM, illoai@gmail.com wrote: > > > 2009/5/1 Bob Falanga : > > > On Fri, May 1, 2009 at 6:30 AM, illoai@gmail.com > > wrote: > > >> > > (please include the list in your email) > > > This is Andy replying for my father. Sorry about that. > > > > > > To rebuild your locate database, just run > > /etc/periodic/weekly/310.locate > > > > It makes finding files much easier. > > > After rebuilding the locate database I get the following: > > [root@pcbsd /usr/ports/www/apache22]# locate libthr > /compat/linux/lib/libthread_db-1.0.so > /compat/linux/lib/libthread_db.so.1 > /compat/linux/lib/obsolete/linuxthreads/libthread_db-1.0.so > /compat/linux/lib/obsolete/linuxthreads/libthread_db.so.1 > /usr/Programs/Wine0.9.61/autolibs/libthr.so.2 > /usr/Programs/e-Sword0.9.56/autolibs/libthr.so.2 > /usr/lib/libthr.a > /usr/lib/libthr.so > /usr/lib/libthr.so.2 > /usr/lib/libthr_p.a > /usr/lib/libthread_db.a > /usr/lib/libthread_db.so > /usr/lib/libthread_db.so.2 > /usr/lib/libthread_db_p.a > /usr/local/lib/compat/libthr.so.1 > /usr/local/lib/compat/libthread_db.so.1 > /usr/ports/devel/pwlib/files/patch-src_ptlib_unix_tlibthrd.cxx > /usr/share/man/cat3/libthr.3.gz > /usr/share/man/man3/libthr.3.gz > > However, after running > > ldconfig -r | grep libthr > > I get: > > [root@pcbsd /usr/ports/www/apache22]# ldconfig -r | grep libthr > 623:-lthr.1 => /usr/local/lib/compat/libthr.so.1 > 624:-lthread_db.1 => /usr/local/lib/compat/libthread_db.so.1 > > With so many hits on libthr from locate, why is ldconfig only finding these > two instances in /usr/local/lib/compat? Aren't these for linux > compatibility? http://www.freebsd.org/cgi/man.cgi?query=ldconfig&apropos=0&sektion=0&manpath=FreeBSD+7.1-RELEASE&format=html ldconfig(8) 2nd paragraph under Description You may need to rescan and re-update the hints file. See same manpage for info. > > > > > > > If that fails, I'm afraid you'll have to > > upgrade to 7.x > > > > I hope it doesn't come to that. > > Andy (for Bob) > _______________________________________________ > 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" >