Subject: Missing libXext
To: None <tech-pkg@netbsd.org>
From: Frank Knappe <knappe@tu-harburg.de>
List: tech-pkg
Date: 10/30/2002 21:29:12
			Hallo!

I've made a cvs update of my pkgsrc today and the update of libxml2
also caused an update of kde2. Unfortunatly this doesn't worked.

Here are the last lines of a make install in x11/kde2
checking for dlopen in -ldl... no
checking for shl_unload in -ldld... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for IceConnectionNumber in -lICE... no
checking for libXext... no
configure: error: We need a working libXext to proceed. Since configure
can't find it itself, we stop here assuming that make wouldn't find
them either.
*** Error code 1

trinity# locate libXext
/usr/X11R6/lib/libXext.a
/usr/X11R6/lib/libXext.so
/usr/X11R6/lib/libXext.so.6
/usr/X11R6/lib/libXext.so.6.4
/usr/pkg/emul/linux/usr/X11R6/lib/libXext.so.6
/usr/pkg/emul/linux/usr/X11R6/lib/libXext.so.6.4
/usr/pkg/share/x11-links/lib/libXext.a
/usr/pkg/share/x11-links/lib/libXext.so
/usr/pkg/share/x11-links/lib/libXext.so.6
/usr/pkg/share/x11-links/lib/libXext.so.6.4


What's wrong and what can I do?


Ciao , Frank .