Date: Fri, 31 Mar 2000 19:09:37 -0500 From: "Charles Anderson" <caa@columbus.rr.com> To: "Nawfal M. Rouyan" <op4l@yahoo.com> Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: vmware2 problem Message-ID: <20000331190937.A13072@midgard.dhs.org> In-Reply-To: <20000331164818.19589.qmail@web1602.mail.yahoo.com>; from op4l@yahoo.com on Fri, Mar 31, 2000 at 08:48:18AM -0800 References: <20000331164818.19589.qmail@web1602.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Do you have LD_LIBRARY_PATH set? If so get rid of it and make sure that your ldconfig_paths are set correctly in rc.conf (ldconfig -r should list your ld cache). The linux ld cache is setup by the install, but /compat/linux/sbin/ldconfig -p should list it, and you should see libm..?? whatever there. I ran around this problem for a week, uninstalled and reinstalled everything. It was my LD_LIBRARY_PATH I had added for /usr/local/pilot/lib that had hosed me up. -Charlie On Fri, Mar 31, 2000 at 08:48:18AM -0800, Nawfal M. Rouyan wrote: > 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 -- Charles Anderson caa@columbus.rr.com No quote, no nothin' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000331190937.A13072>