Subject: Re: problems with X
To: None <current-users@netbsd.org>
From: Christian Biere <christianbiere@gmx.de>
List: current-users
Date: 01/29/2007 23:29:34
Marius ROMAN wrote:
> NetBSD 4.99.9 (GENERIC) #0: Sat Jan 20 13:12:42 UTC 2007
> builds@b0.netbsd.org:/home/builds/ab/HEAD/amd64/200701200000Z-obj/home/builds/ab/HEAD/src/sys/arch/amd64/compile/GENERIC
> 
> Prior to this I had NetBSD 3.1 which worked just fine.
> 
> # X --configure
> gives me :
> X: Undefined PLT symbol "__stat30" (symnum = 1723)
> 
> With XFree I have the same error.

Try

	$ nm -A lib /lib/libc.so* | grep __stat30

and
	$ ldd $(which X)

Maybe that gives a clue.

-- 
Christian