PDA

View Full Version : Sco Linux


salsauco
12-05-2002, 01:21 PM
What is the GLIBC number for SCO Linux?

FNAPrince
12-06-2002, 12:15 PM
If the Linux machine support RPM (RedHat Package Management), which most do, you can issue the following command:

rpm -qa | grep libc

Otherwise, use this command:

ls -l /lib/libc*

You'll be able to see what glibc version you have.

FNAPrince
12-06-2002, 12:21 PM
If the Linux machine support RPM (RedHat Package Management), which most do, you can issue the following command:

rpm -qa | grep libc

Otherwise, use this command:

ls -l /lib/libc*

You'll be able to see what glibc version you have.