From owner-freebsd-questions@FreeBSD.ORG Mon Jun 19 15:12:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5013116A4A9 for ; Mon, 19 Jun 2006 15:12:08 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from hu-out-0102.google.com (hu-out-0102.google.com [72.14.214.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id A887444785 for ; Mon, 19 Jun 2006 14:51:30 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by hu-out-0102.google.com with SMTP id 28so526381hug for ; Mon, 19 Jun 2006 07:51:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TDiL24qSfVio20JZy/aMkc9Re360ifqqCSk4yasfTK6IUktY14k1NIj3u1C8aPD84UM9Q9hCSAezj4YH9uVH4/2co2BVRdC/lfETzpDYhWB1VyVE/CB5W0slV7Y0YjFIpLBfc3gfS51IIxMazWZ06U0pjOdGJKvx3xcQ+ptc9Cw= Received: by 10.66.250.17 with SMTP id x17mr1828734ugh; Mon, 19 Jun 2006 05:56:55 -0700 (PDT) Received: by 10.67.100.9 with HTTP; Mon, 19 Jun 2006 05:56:55 -0700 (PDT) Message-ID: <80f4f2b20606190556w31257af6ybf43011349eecb6d@mail.gmail.com> Date: Mon, 19 Jun 2006 08:56:55 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org In-Reply-To: <20060619115725.GA10846@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <80f4f2b20606190421m73657c9aq828cdacb1779e43@mail.gmail.com> <20060619115725.GA10846@localhost.localdomain> Subject: Re: where does one find glibc for /usr/compat/linux/lib ? 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, 19 Jun 2006 15:12:08 -0000 that's libc, not glibc, the stuff I'm working on is specifically looking for a "glibc.so" file. Am I missing something? -Jim Stapleton On 6/19/06, Pablo Mar=EDn Ram=F3n wrote: > > I looked at a few of the emulator/linux* ports, and it was not in > > their pkg-plist files, only something in their usr/sbin > > (glibc_post_upgrad), which, when ran, does not generate a glibc that I > > can find in the any of BSDs lib directories, or the compat/linux/lib, > > compat/linux/usr/lib either. > > $ grep ^lib/libc /usr/ports/emulators/linux_base-8/pkg-plist > lib/libc-2.3.2.so > lib/libc.so.6 > lib/libcrypt-2.3.2.so > lib/libcrypt.so.1 > > $ ls /usr/compat/linux/lib/libc* > /usr/compat/linux/lib/libc-2.3.2.so > /usr/compat/linux/lib/libcrypt-2.3.2.so > /usr/compat/linux/lib/libc.so.6 > /usr/compat/linux/lib/libcrypt.so.1 >