From owner-freebsd-questions@FreeBSD.ORG Mon Jun 19 11:56:55 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 3599916A474 for ; Mon, 19 Jun 2006 11:56:55 +0000 (UTC) (envelope-from pabmara@fiv.upv.es) Received: from smtp.upv.es (84-123-5-49.onocable.ono.com [84.123.5.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB96543D72 for ; Mon, 19 Jun 2006 11:56:54 +0000 (GMT) (envelope-from pabmara@fiv.upv.es) Received: by localhost.localdomain (Postfix, from userid 1001) id 537AA3E; Mon, 19 Jun 2006 13:57:25 +0200 (CEST) Date: Mon, 19 Jun 2006 13:57:25 +0200 From: Pablo =?iso-8859-1?Q?Mar=EDn_Ram=F3n?= To: Jim Stapleton Message-ID: <20060619115725.GA10846@localhost.localdomain> References: <80f4f2b20606190421m73657c9aq828cdacb1779e43@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <80f4f2b20606190421m73657c9aq828cdacb1779e43@mail.gmail.com> 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 11:56:55 -0000 > 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