Skip to main content

[archive] Sco Linux

  • December 7, 2002
  • 2 replies
  • 2 views

[Migrated content. Thread originally posted on 05 December 2002]

What is the GLIBC number for SCO Linux?

2 replies

[Migrated content. Thread originally posted on 05 December 2002]

What is the GLIBC number for SCO Linux?
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.

[Migrated content. Thread originally posted on 05 December 2002]

What is the GLIBC number for SCO Linux?
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.