Kenneth Benson <[EMAIL PROTECTED]> writes: > I believe you need a newer version of libpthread. [snip] > > > [EMAIL PROTECTED] 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: > > > > [EMAIL PROTECTED] mburke]$ ls -l /usr/lib/libpthread.* > > -rw-r--r-- 1 root root 100158 Sep 5 2002 > > /usr/lib/libpthread.a [snip] > Any suggestions?
libpthread is provided by glibc. The error above says you need the newer version of glibc (2.3.2 instead of the 2.9.x that comes with RH8). If nothing else, <http://rpmfind.net/> is worthwhile bookmarking and might even be useful. HTH, ~Tim -- OpenLink Software Tel: +44 (0) 20 8681 7701 Web: <http://www.openlinksw.com> Universal Data Access & Data Integration Technology Providers _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
