From owner-freebsd-questions@FreeBSD.ORG Thu Aug 10 08:00:00 2006 Return-Path: X-Original-To: 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 5D06916A4DA for ; Thu, 10 Aug 2006 08:00:00 +0000 (UTC) (envelope-from robin@reportlab.com) Received: from ptb-relay03.plus.net (ptb-relay03.plus.net [212.159.14.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1ECE43D46 for ; Thu, 10 Aug 2006 07:59:59 +0000 (GMT) (envelope-from robin@reportlab.com) Received: from [87.112.8.9] (helo=[192.168.0.3]) by ptb-relay03.plus.net with esmtp (Exim) id 1GB5SQ-0003mh-9P for questions@freebsd.org; Thu, 10 Aug 2006 08:59:58 +0100 Message-ID: <44DAE779.2050702@jessikat.plus.net> Date: Thu, 10 Aug 2006 07:59:53 +0000 From: Robin Becker User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: questions@freebsd.org References: <44D48B05.1000303@jessikat.plus.net> In-Reply-To: <44D48B05.1000303@jessikat.plus.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: vmware library problem 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: Thu, 10 Aug 2006 08:00:00 -0000 Robin Becker wrote: > I have built and installed vmware3 from a recent(3/Aug) cvsup'd ports ........ > # vmware > Setting TMPDIR=/var/tmp. > vmware-mks: error while loading shared libraries: libX11.so.6: cannot > open shared object file: No such file or directory > vmware-ui: error while loading shared libraries: libX11.so.6: cannot > open shared object file: No such file or directory > > find indicates that the libraries are indeed present. > > > # find / -name libX11.so\* > > > Anyone got any ideas what I'm doing wrong? What exactly should I be > doing to get an XP machine image to run? I fixed this by adding LD_LIBRARY_PATH=/usr/X11R6/lib to the environment, but since I actually have a choice of /usr/compat/linux/usr/X11R6/lib /usr/X11R6/lib which should I actually use? For some reason even though I'm using a fresh portupgraded system the libraries the two locations are not the same. -- Robin Becker