From owner-freebsd-questions@FreeBSD.ORG Mon Jun 19 11:48: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 72BCE16A50D for ; Mon, 19 Jun 2006 11:48:08 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from hu-out-0102.google.com (hu-out-0102.google.com [72.14.214.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id C053043D48 for ; Mon, 19 Jun 2006 11:48:07 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by hu-out-0102.google.com with SMTP id 27so535032hub for ; Mon, 19 Jun 2006 04:48:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tspDFfWQVX3/kpFWYS0uhnApmz/LnxutAyFubB+it5uqhU6nsSR3OnYON+3ux2iVPdSVdly5BVHGhkJqEISxXsv89X8HLiJDgPAihjq6xiTWY/sAXQvFprLieS+6k007SvsXRRuZMzHsrvtEU8g2yTmVUHR2N/CdSjs14bQCQaw= Received: by 10.66.252.4 with SMTP id z4mr5430536ugh; Mon, 19 Jun 2006 04:21:49 -0700 (PDT) Received: by 10.67.100.9 with HTTP; Mon, 19 Jun 2006 04:21:49 -0700 (PDT) Message-ID: <80f4f2b20606190421m73657c9aq828cdacb1779e43@mail.gmail.com> Date: Mon, 19 Jun 2006 07:21:49 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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:48:08 -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. Is there any port I can install to get this? Or should i just make a link to my systems "libc"? Thanks -Jim Stapleton