Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2001 17:32:20 -0800
From:      Peter Wemm <peter@wemm.org>
To:        "Glenn Gombert" <glenngombert@onebox.com>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: FreeBSD (as a Guest OS), VMware & X11 
Message-ID:  <20011120013220.93B3D3811@overcee.netplex.com.au>
In-Reply-To: <20011120004616.SXFY16107.mta08.onebox.com@onebox.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
"Glenn Gombert" wrote:
> 
> In case anyone is interested...I have X11 running with FreeBSD as a Guest
> operating system under Win2K......the current XFree86 server (v 4.101)
> that is in the ports collection, runs ok with the generic wm that comes
> with XFree86, when I try and run KDE under 'Current' I get ..
>  /usr/X11R6/lib/libXext.so.6 Undefined symbol "__stderrp"...for some
> reason ...

Be sure you have COMPAT4X=yes in /etc/make.conf.  If you didn't, then
do this:
cd /usr/src/lib/compat/compat4x.i386
make obj
make all
make install

Then all __stderrp etc stuff will go away, except for some *really* binaries
that use libc_r.so.3

Cheers,
-Peter
--
Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
"All of this is for nothing if we don't go to the stars" - JMS/B5


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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