Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2002 23:48:08 +0900 (JST)
From:      Masahide -mac- NODA <mac@clave.gr.jp>
To:        kobayasi@res.kutc.kansai-u.ac.jp
Cc:        freebsd-emulation@freebsd.org, freebsd-stable@freebsd.org
Subject:   Re: I can't use vmware-toolbox on 4.7-STABLE
Message-ID:  <20021111.234808.74666226.mac@clave.gr.jp>
In-Reply-To: <3DCFB6AA.9000906@res.kutc.kansai-u.ac.jp>
References:  <3DCFB6AA.9000906@res.kutc.kansai-u.ac.jp>

next in thread | previous in thread | raw e-mail | index | archive | help

I run vmware tools at recent current by below way:

 - copy the libm.so.2 making with __stderrp to some directory
   ( I copied from 4.7-RELEASE )
 - run vmware-toolbox with LD_LIBRARY_PATH=/some/where/to/avobe_libm.so

In my case, copy libm.so.2 to /etc/vmware and execute

 # env LD_LIBRARY_PATH=/usr/local/etc/vmware /usr/local/etc/vmware-toolbox &



From: Takashi Kobayashi <kobayasi@res.kutc.kansai-u.ac.jp>
Subject: I can't use vmware-toolbox on 4.7-STABLE
Date: Mon, 11 Nov 2002 22:54:50 +0900

> 
> I use VMware workstation 3.2.0 build-2230 on WindowsXP as HostOS, and
> use FreeBSD as GuestOS.
> I cvsup-ed source tree yesterday, then did `make buildworld`,
> `make installworld`, and make installkernel. But I got some errors,
> and could not use vmware-toolbox utility.
> 
> -----
> % vmware-toolbox
> /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__stderrp"
> %
> -----
> 
> I investigated some resources, I found `__stderrp` symbol at
> /usr/src/lib/libc/stdio/findfp.c and /usr/src/include/stdio.h.
> 
> >$FreeBSD: src/lib/libc/stdio/findfp.c,v 1.7.2.3 2001/08/17 02:56:31
> peter Exp $
> >$FreeBSD: src/include/stdio.h,v 1.24.2.5 2002/11/09 08:07:20 imp Exp $
> 
> And also I found `__stderrp` symbol in /usr/lib/libm.so.2, but
> could not find symbol in /usr/lib/compat/libc.so.3.
> 
> % ldd /usr/X11R6/bin/vmware-toolbox
> /usr/X11R6/bin/vmware-toolbox:
>         libm.so.2 => /usr/lib/libm.so.2 (0x2811c000)
>         libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x28137000)
>         libc.so.3 => /usr/lib/compat/libc.so.3 (0x281f3000)
>         libXThrStub.so.6 => /usr/X11R6/lib/libXThrStub.so.6 (0x28275000)
> 
> Please tell me how to solve this problem.
> 
> Thanks,
> Takashi KOBAYASHI
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message

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?20021111.234808.74666226.mac>