>
> On Wed, Aug 09, 2000 at 03:33:38PM -0700, Kanoj Sarcar wrote:
>
> > How would I find out whether I am using glibc 2.2? What if I am
> > using something older? Do you have a _tested_ glibc that I can use
> > to work with the changed stat.h?
>
> [ralf@lappi ralf]$ ls -l /lib/libc.so.6
> lrwxrwxrwx 1 root root 13 Jul 27 12:05 /lib/libc.so.6 ->
> libc-2.1.3.so*
>
> -> this system is using glibc 2.1.3.
>
> You should be using some 2.0.x version. If you're using some 2.1 or 2.2
> version then mail me again.
>
> Ralf
>
On one system (posix0)
[root@posix0-41 /lib]# ls -l /lib/libc.so*
lrwxrwxrwx 1 root root 12 Jun 13 18:52 /lib/libc.so.6 ->
libc.so.6.VJ
-rwxr-xr-x 1 root root 3343805 Feb 10 2000 /lib/libc.so.6.ORIG
-rwxr-xr-x 1 root root 3137841 Feb 10 2000 /lib/libc.so.6.VJ
On the other (trillium)
bash# ls -l /lib/libc.so*
lrwxrwxrwx 1 root root 13 Jun 15 22:19 /lib/libc.so.6 ->
libc-2.0.6.so
-rwxr-xr-x 1 root root 3343805 Feb 10 2000 /lib/libc.so.6.ORIG
-rwxr-xr-x 1 root root 3137841 Feb 10 2000 /lib/libc.so.6.VJ
bash# ls -l /lib/libc-2.0.6.so
-rwxr-xr-x 1 root root 3573525 Jun 15 22:10 /lib/libc-2.0.6.so
Hence, it looks like I am using some 2.0.6 version. I should be okay then?
Kanoj
|