Around 20 o'clock on Mar 21, Jogchum Reitsma wrote: > When I try to install fontconfig-2.0-3.i386.rpm rpm complains about > > libc.so.6(GLIBC_2.3) That probably means it's looking for a specific version of glibc (2.3) to be in libc.so.6. On my system, libc.so.6 is a symlink to libc-2.3.1.so which makes it clear what glibc version it is. You probably need to find an .rpm file built against the libc version you have installed. -keith