On Thu, 30 Jan 2003 13:21:52 +0000
iriXx <m(a)iriXx.org> wrote:
does anyone know the list of applications that depend
on glibc, so i
can get upgrades for them all?
Everything written in 'C' depends on glibc, so that pretty much means
your whole operating system :=) . glibc is the standard C library. Are
you sure all these apps actually 'need' glibc 2.3, or are the binary
versions that are are trying to install just compiled against 2.3? If
the later is the case, then you need to compile them yourself.
hope this helps, Jordan.