[Mono-devel-list] mono-debugger 0.8 on redhat failed
MN
mn at electroputere.ro
Wed Jun 16 00:13:06 EDT 2004
I have a stock kernel
$ rpm -q --queryformat '%{name}: %{arch}\n' glibc
returns "glibc: i386"
I have installed fedora 2 and i have installed mono using mono-0.95.tar.gz
and build
and now i get:
checking for mono >= 0.25 gthread-2.0 >= 2.0.0... Package mono was not found
in the pkg-config search path.
Perhaps you should add the directory containing `mono.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mono' found
>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]
More information about the Mono-devel-list
mailing list