From owner-freebsd-emulation@FreeBSD.ORG Mon Jan 23 02:00:19 2006 Return-Path: X-Original-To: freebsd-emulation@hub.freebsd.org Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1798C16A41F for ; Mon, 23 Jan 2006 02:00:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C14E243D4C for ; Mon, 23 Jan 2006 02:00:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0N20I1s048314 for ; Mon, 23 Jan 2006 02:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0N20I1I048309; Mon, 23 Jan 2006 02:00:18 GMT (envelope-from gnats) Date: Mon, 23 Jan 2006 02:00:18 GMT Message-Id: <200601230200.k0N20I1I048309@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: Martin Jackson Cc: Subject: Re: ports/92163: linux-XFree86-libs-4.3.99.902_6 symlinks problem X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Jackson List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2006 02:00:19 -0000 The following reply was made to PR ports/92163; it has been noted by GNATS. From: Martin Jackson To: bug-followup@FreeBSD.org, jonathan.heaney@btinternet.com Cc: Subject: Re: ports/92163: linux-XFree86-libs-4.3.99.902_6 symlinks problem Date: Sun, 22 Jan 2006 19:51:55 -0600 I saw the same problem on 6.0-RELEASE. A slightly cleaner (IMO) solution is to run the linux ldconfig in /compat/linux/usr/X11R6/lib: cd /compat/linux/usr/X11R6/lib; /compat/linux/sbin/ldconfig -v . This should create all of the needed symlinks; I was at least able to successfully make package; after I did that. Thanks, Marty