From owner-freebsd-questions@FreeBSD.ORG Thu Apr 26 23:14:50 2012 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 F3BE5106566C for ; Thu, 26 Apr 2012 23:14:49 +0000 (UTC) (envelope-from forrie@gmail.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id A5FDD8FC0C for ; Thu, 26 Apr 2012 23:14:49 +0000 (UTC) Received: by qcsg15 with SMTP id g15so98665qcs.13 for ; Thu, 26 Apr 2012 16:14:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=6Cza0U1Gd9uRbjX6Et0vmxs6Nb7n0z/3Lq4NTmFYXk0=; b=gIOPavXoWLLDo85sgUFNc5xYCQKGSKbZqOkNAKV0CvKRjBQil439yBYrDlWZnRJWGa F0uBUh1JYGTgvQaSmH2DAkhUTzVFQKyRN2j9AMxjspBTaCbHUPXMAY5DlHWPPW+Z1nH3 4rwzxUwUutPdwOso/ElJjv6c9C+NtrzcpwP2rgVQa/i1iMoPOOmVX4dmIv3e9u+1sFHF cANkEajxIVZ5lDF+PTiRThZy0vo0u8s3bh+auiRfsHR7eQwngtb25fxjidtYqjjQXIo1 AA4Tye0QWkLLOVUXM9Qanz/dmOgrENxHvl8jl4mARI9mdrE88Ame52Ot1kxvmVzqZXe2 x6+A== Received: by 10.224.100.71 with SMTP id x7mr6972565qan.92.1335482083223; Thu, 26 Apr 2012 16:14:43 -0700 (PDT) Received: from gump.de-prod.harvard.edu (1story-vpn-gw.dce.harvard.edu. [140.247.198.51]) by mx.google.com with ESMTPS id bm15sm7519440qab.17.2012.04.26.16.14.41 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 Apr 2012 16:14:41 -0700 (PDT) Message-ID: <4F99D6AC.8050403@gmail.com> Date: Thu, 26 Apr 2012 19:13:48 -0400 From: Forrest Aldrich User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20120420 Thunderbird/12.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Installing VMware Tools on FreeBSD 9, amd64 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, 26 Apr 2012 23:14:50 -0000 I've installed the compat6x libraries and made a symlink to /lib for libc.so.6 as per some docs I found; however, the vmware tools installation is still failing with: Unable to copy the source file /usr/local/lib/vmware-tools/modules/binary/FreeBSD8.0-amd64/vmxnet.ko to the destination file /boot/modules/vmxnet.ko. The reason being is that /usr/local/lib/vmware-tools/modules/binary/ only contains: FreeBSD6.0-amd64 FreeBSD6.0-i386 FreeBSD7.0-amd64 FreeBSD7.0-i386 Is this a bug in the vmware install script or have I missed something--or can I use a different option? Thing is, I'm on 9.0 RELEASE. Thanks.