From owner-freebsd-questions@FreeBSD.ORG Fri Aug 27 20:05:36 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 60B7F16A4CE for ; Fri, 27 Aug 2004 20:05:36 +0000 (GMT) Received: from outmx019.isp.belgacom.be (outmx019.isp.belgacom.be [195.238.2.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5C1D43D6B for ; Fri, 27 Aug 2004 20:05:35 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx019.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i7RK5ODX010467 for ; Fri, 27 Aug 2004 22:05:25 +0200 (envelope-from ) Received: from lori.mine.nu (172-151.244.81.adsl.skynet.be [81.244.151.172]) with ESMTP id i7RK5GQY010432; Fri, 27 Aug 2004 22:05:17 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 8AD0BA88; Fri, 27 Aug 2004 22:05:16 +0200 (CEST) Date: Fri, 27 Aug 2004 22:05:15 +0200 From: Geert Hendrickx To: Emre BALCI Message-ID: <20040827200515.GA85361@lori.mine.nu> References: <20040827144008.GB51524@fajita.org> <20040827152536.69274.qmail@web54107.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040827152536.69274.qmail@web54107.mail.yahoo.com> User-Agent: Mutt/1.4.2i X-GPG-Key: http://lori.mine.nu/gnupgkey.asc X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en cc: freebsd-questions@freebsd.org Subject: Re: vmware 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: Fri, 27 Aug 2004 20:05:36 -0000 On Fri, Aug 27, 2004 at 08:25:36AM -0700, Emre BALCI wrote: > Hii I have installed vmware3 on freebsd 4.10 and I > typed vmware the following error displayed; > "vmware-ui: error while loading shared libraries: > /lib/libX11.so.6: ELF file OS A BI invalid" > what is the problem ? Did you enable Linux compatibility? Type "kldload linux" (as root) to load the kernel module, and add the line "linux_enable=YES" to your /etc/rc.conf, to make this permanent. GH