From owner-freebsd-questions@FreeBSD.ORG Mon Jun 19 15:19:13 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 E185216A47D for ; Mon, 19 Jun 2006 15:19:13 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from pne-smtpout1-sn2.hy.skanova.net (pne-smtpout1-sn2.hy.skanova.net [81.228.8.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A66943DDF for ; Mon, 19 Jun 2006 15:19:07 +0000 (GMT) (envelope-from erikt@midgard.homeip.net) Received: from falcon.midgard.homeip.net (83.253.29.241) by pne-smtpout1-sn2.hy.skanova.net (7.2.072.1) id 44967A1C00016CA2 for freebsd-questions@freebsd.org; Mon, 19 Jun 2006 17:19:06 +0200 Received: (qmail 20277 invoked from network); 19 Jun 2006 17:19:06 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with SMTP; 19 Jun 2006 17:19:06 +0200 Received: (qmail 19749 invoked by uid 1001); 19 Jun 2006 17:19:06 +0200 Date: Mon, 19 Jun 2006 17:19:06 +0200 From: Erik Trulsson To: Jim Stapleton Message-ID: <20060619151906.GA19730@owl.midgard.homeip.net> Mail-Followup-To: Jim Stapleton , freebsd-questions@freebsd.org References: <80f4f2b20606190421m73657c9aq828cdacb1779e43@mail.gmail.com> <20060619115725.GA10846@localhost.localdomain> <80f4f2b20606190556w31257af6ybf43011349eecb6d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <80f4f2b20606190556w31257af6ybf43011349eecb6d@mail.gmail.com> User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org 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:19:14 -0000 On Mon, Jun 19, 2006 at 08:56:55AM -0400, Jim Stapleton wrote: > that's libc, not glibc, the stuff I'm working on is specifically > looking for a "glibc.so" file. Am I missing something? >=20 > -Jim Stapleton Somebody is missing something. The 'libc' files listed below *are* glibc (at least libc.so.6 is, libc-2.3.2.so might be some older libc implementation installed for compatibility purposes.) A normal Linux system does not have any 'glibc.so' file installed, but will have the files listed below. >=20 > 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 > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" --=20 Erik Trulsson ertr1013@student.uu.se