From owner-freebsd-emulation Fri Mar 31 8:48:26 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from web1602.mail.yahoo.com (web1602.mail.yahoo.com [128.11.23.202]) by hub.freebsd.org (Postfix) with SMTP id D351437BD5F for ; Fri, 31 Mar 2000 08:48:18 -0800 (PST) (envelope-from op4l@yahoo.com) Received: (qmail 19590 invoked by uid 60001); 31 Mar 2000 16:48:18 -0000 Message-ID: <20000331164818.19589.qmail@web1602.mail.yahoo.com> Received: from [203.106.61.39] by web1602.mail.yahoo.com; Fri, 31 Mar 2000 08:48:18 PST Date: Fri, 31 Mar 2000 08:48:18 -0800 (PST) From: "Nawfal M. Rouyan" Subject: Re: vmware2 problem To: freebsd-emulation@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I do have /compat/linux but it still do not find the appropriate libraries. But ldd /usr/local/bin/vmware is ok. I realized this because vmware also dumps core when I press the power on button. Then I execute gdb and find that it fails to find the /lib/libNoVersion.so.1 which I have in my system under /compat/linux/lib directory. Then I tried creating a directory /lib and make a link to /compat/linux/lib/libNoVersion.so.1 in /lib. I tried executing vmware and when I pressed power on button, it dumps core again. I execute gdb and it states that it can't find the libm..?? which is exists in my /compat/linux/lib bypassing the check for libNoVersion.so.1. This makes me think that it didn't search the /compat/linux directory first when I execute it. The question is should I install again the linux_base port though linux-netscape works fine? Even Linux's Realplayer 7 beta works fine. This makes me wonder because I've installed reinstalled vmware for a number of times but the same things still occurs. Thanks ;-) __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message