From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 17:04:33 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B4C51065677 for ; Wed, 4 Jun 2008 17:04:33 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id B35D78FC26 for ; Wed, 4 Jun 2008 17:04:32 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from joshua.freebsdgr.org (athedsl-4430316.home.otenet.gr [79.129.137.220]) (authenticated bits=0) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m54H4Udm021728; Wed, 4 Jun 2008 20:04:30 +0300 Message-ID: <4846CB1E.3060107@otenet.gr> Date: Wed, 04 Jun 2008 20:04:30 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.12 (X11/20080324) MIME-Version: 1.0 To: kevin kempter References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: freeBSD7 in a vm (vmware fusion) - Shared object "lib.so.6" not found 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: Wed, 04 Jun 2008 17:04:33 -0000 kevin kempter wrote: > Hi All; > > This seems to be more of a lib not found than a vm issue: > > > I've done this: > > 1) installed freeBSD 7 in vmware fusion (v 1.1.3) > > 2) selected to install vmware tools from the menu > > 3) logged into the console as root > > 4) mounted the vmware virtual cd > > 5) copied the vmware tools tar.gz file to /tmp > > 6) expanded the vmware tools tar.gz file in /tmp > > 7) cd to the new vmware-toold-distrib dir and ran ./vmware-install.pl > > Then I get this: > > > > Before running VMware Tools for the first time you need to configure > it by invoking the following command: > "/usr/local/bin/vmware-config-tools.pl". Do you want this program to > invoke the command for you now? [yes] > > > > /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, required > by "vmware-checkvm" > > /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, required > by "vmware-checkvm" > > /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, required > by "vmware-checkvm" > > This configuration program is to be executed in a virtual machine. > > > > Execution aborted. > > > > > > I also tried starting KDE and in a Konsole terminal window (as root) > running /usr/local/bin/vmware-config-tools.pl and I get the same results > > > > > > Anyone have any thoughts? > > > > Thanks in advance... > > > Funny thing, I was doing the same steps today in vmware workstation ;) Had the same problems, and the following is the solution: Install the compat6x port. Seems the vmware tools are for the 6.X version of FreeBSD, not native 7. As root: cd /usr/ports/misc/compat6x make install clean Also, create the following symbolic link (This is where vmware searches for the library): ln -s /usr/local/lib/compat/libc.so.6 /lib