Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2002 22:54:50 +0900
From:      Takashi Kobayashi <kobayasi@res.kutc.kansai-u.ac.jp>
To:        freebsd-emulation@freebsd.org, freebsd-stable@freebsd.org
Subject:   I can't use vmware-toolbox on 4.7-STABLE
Message-ID:  <3DCFB6AA.9000906@res.kutc.kansai-u.ac.jp>

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

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-emulation" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DCFB6AA.9000906>