From owner-freebsd-questions@FreeBSD.ORG Mon Mar 1 13:44:44 2004 Return-Path: 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 C3C2816A4CE for ; Mon, 1 Mar 2004 13:44:44 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 575E943D2F for ; Mon, 1 Mar 2004 13:44:44 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id i21LiaaI081144; Mon, 1 Mar 2004 15:44:36 -0600 (CST) (envelope-from dan) Date: Mon, 1 Mar 2004 15:44:36 -0600 From: Dan Nelson To: Osmany Guirola Cruz Message-ID: <20040301214436.GA42348@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: compat linux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 21:44:44 -0000 In the last episode (Mar 01), Osmany Guirola Cruz said: > I am runing vmd for linux in my freebsd box when i try to run the vmd > it give me theses errors libX**.so.6 not shuch file or directory then > i installed the linux-Xfree86-libs and the program give me the same > error. and the files of these port are in the > /compat/linux/usr/X11R6/lib/ but when i copy the lib*.so.6 from here > to /compat/linux/usr/lib the vmd works without problem.. WHY? What > should i do to remediate these little problem ? Make sure /compat/linux/etc/ld.so.conf contains the line /usr/X11R6/lib , and then reboot or run /compat/linux/sbin/ldconfig. -- Dan Nelson dnelson@allantgroup.com