[Mono-devel-list] mono-debugger 0.8 on redhat linux 9.0 - config.log - failed build

Peter Wainwright prw at ceiriog1.demon.co.uk
Fri Jun 11 15:10:01 EDT 2004


On Fri, 2004-06-11 at 06:29, MN wrote:
> Here it is config.log for failed build of    mono-debugger 0.8 on redhat
> linux

Do you have the correct version of glibc installed?
Try

$ rpm -q --queryformat '%{name}: %{arch}\n' glibc

If this returns "glibc: i386" you have the vanilla
i386 glibc installed, which does not support NPTL.
In this case locate the i686 RPM and do

$ rpm -ivh --replacefiles --replacepkgs glibc-yourversion.i686.rpm

[You might want to make sure you have a backup and a rescue
disk handy, however. Messing with glibc can be scary. If some
applications fail or misbehave after replacing the glibc you
can effectively revert to using the plain vanilla version by
setting the environment variable LD_ASSUME_KERNEL=2.2.5]


Peter Wainwright




More information about the Mono-devel-list mailing list