[Mono-list] Mono and RedHat 8
Burke, Max
mburke@ea.com
Tue, 22 Jul 2003 14:20:35 -0700
I'm trying to install Mono on RedHat 8 but I'm running to some
dependence issues. Both the CVS version and the RPM version (0.25) are
choking on not being able to find libpthread:
[mburke@xxx mburke]$ sudo rpm -Uvh mono-0.25-1.ximian.5.1.i386.rpm
error: Failed dependencies:
libpthread.so.0(GLIBC_2.3.2) is needed by mono-0.25-1.ximian.5.1
I don't see why it's having problems as I do have libpthread installed:
[mburke@xxx mburke]$ ls -l /usr/lib/libpthread.*
-rw-r--r-- 1 root root 100158 Sep 5 2002
/usr/lib/libpthread.a
lrwxrwxrwx 1 root root 21 Jul 11 09:19
/usr/lib/libpthread.so -> libpthread.so.22.0.22
lrwxrwxrwx 1 root root 13 Jul 11 09:19
/usr/lib/libpthread.so.0 -> libpthread.so
lrwxrwxrwx 1 root root 21 Jul 11 09:19
/usr/lib/libpthread.so.22 -> libpthread.so.22.0.22
-rwxr-xr-x 1 root root 278753 Apr 16 10:42
/usr/lib/libpthread.so.22.0.22
Any suggestions?
Thanks,
-Max