Matt Stegman wrote:
>
> Try `ls -l /lib/libc*`
>
> I got (amongst other libs):
>
> -rwxr-xr-x 1 root root 1286208 Sep 9 13:48 /lib/libc-2.1.1.so*
> lrwxrwxrwx 1 root root 13 Nov 10 01:14 /lib/libc.so.6 -> libc-2.1.1.so*
>
> The top one is GNU libc (glibc) 2.1.1. This should be installed by
> default on a Helios system.
>
> If you need to upgrade, I'm not sure what I'd suggest. A lot of things
> depend on a certain version of libc, and if you upgrade it without
> upgrading those other programs, you may break things.
> It may just be easier to upgrade your distribution version, if you don't
> alreay have the correct version of glibc.
>
> -Matt Stegman
> <[EMAIL PROTECTED]>
>
> On Fri, 17 Dec 1999, Hidong Kim wrote:
> > How can I tell if my Linux installation is libc5 or glibc? Is upgrading
> > a library as simple as installing the rpm? Thanks,
Hi, Matt,
Thanks for the tip. Here's the output of my 'ls -l /lib/libc*':
-rwxr-xr-x 1 root root 3070220 Oct 13 1998
/lib/libc-2.0.7.so
lrwxrwxrwx 1 root root 13 Jun 2 1999 /lib/libc.so.6 ->
libc-2.0.7.so
lrwxrwxrwx 1 root root 17 Jun 2 1999
/lib/libcom_err.so.2 -> libcom_err.so.2.0
-rwxr-xr-x 1 root root 6209 Aug 28 1998
/lib/libcom_err.so.2.0
-rwxr-xr-x 1 root root 181993 Oct 13 1998
/lib/libcrypt-2.0.7.so
lrwxrwxrwx 1 root root 17 Jun 2 1999
/lib/libcrypt.so.1 -> libcrypt-2.0.7.so
I guess it's time to upgrade to Helios. I'm running Festen (5.3).
Hidong