How to tell glibc version?
It used to be you can determine the versiob of glibc using 'ls -l /lib/libc.so.6' on SuSE. This only yields the following with SuSE Office Desktop: -rwxr-xr-x 1 root root 1312483 Nov 14 10:30 /lib/libc.so.6 Also, I have a few applications that break under 8.1 with some libc errors. Is sometrhing amiss with glibc on SuSE Office Desktop? Thanks, CC ---------- This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.
rpm -q glibc Carson, Chuck wrote:
It used to be you can determine the versiob of glibc using 'ls -l /lib/libc.so.6' on SuSE. This only yields the following with SuSE Office Desktop: -rwxr-xr-x 1 root root 1312483 Nov 14 10:30 /lib/libc.so.6
Also, I have a few applications that break under 8.1 with some libc errors. Is sometrhing amiss with glibc on SuSE Office Desktop?
Thanks, CC
---------- This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.
El Jue 27 Feb 2003 09:22, Carson, Chuck escribió:
It used to be you can determine the versiob of glibc using 'ls -l /lib/libc.so.6' on SuSE. This only yields the following with SuSE Office Desktop: -rwxr-xr-x 1 root root 1312483 Nov 14 10:30 /lib/libc.so.6
Also, I have a few applications that break under 8.1 with some libc errors. Is sometrhing amiss with glibc on SuSE Office Desktop?
Thanks, CC
You can try: rpm -qa | grep glibc Regards. -- Alfredo J. Cole http://www.acyc.com http://www.clshonduras.com
On Thu, 2003-02-27 at 10:22, Carson, Chuck wrote:
It used to be you can determine the versiob of glibc using 'ls -l /lib/libc.so.6' on SuSE. This only yields the following with SuSE Office Desktop: -rwxr-xr-x 1 root root 1312483 Nov 14 10:30 /lib/libc.so.6
Also, I have a few applications that break under 8.1 with some libc errors. Is sometrhing amiss with glibc on SuSE Office Desktop?
Thanks, CC
---------- This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.
You could use the following command: (as root) rpm -qa | grep -i glibc This will report the version installed. Ken
On 27 Feb 2003 10:35:19 -0500 Ken Schneider <kschneider@rtsx.com> wrote:
On Thu, 2003-02-27 at 10:22, Carson, Chuck wrote:
It used to be you can determine the versiob of glibc using 'ls -l /lib/libc.so.6' on SuSE. This only yields the following with SuSE Office Desktop: -rwxr-xr-x 1 root root 1312483 Nov 14 10:30 /lib/libc.so.6
Also, I have a few applications that break under 8.1 with some libc errors. Is sometrhing amiss with glibc on SuSE Office Desktop?
Don't confuse libc.so.6 with glibc You can tell what version you have by the numbers following the .so Mine is in /usr/local/lib but the suse default is in /usr/lib libglib-2.0.so.0.200.0 for gtk2 there is also libglib-1.2.so.0.0.10 for gtk1 -- use Perl; #powerful programmable prestidigitation
On Thu, Feb 27, 2003 at 07:22:40AM -0800, Carson, Chuck wrote:
It used to be you can determine the versiob of glibc using 'ls -l /lib/libc.so.6' on SuSE. This only yields the following with SuSE Office Desktop: -rwxr-xr-x 1 root root 1312483 Nov 14 10:30 /lib/libc.so.6
Why not just run /lib/libc.so.6 ? It returns its version then. Mine, for example says (on SuSE 8.1): GNU C Library stable release version 2.2.5, by Roland McGrath et al. Copyright (C) 1992-2001, 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Compiled by GNU CC version 3.2. Compiled on a Linux 2.4.19 system on 2002-10-08. Available extensions: GNU libio by Per Bothner crypt add-on version 2.1 by Michael Glad and others Berkeley DB glibc 2.1 compat library by Thorsten Kukuk linuxthreads-0.9 by Xavier Leroy NoVersion patch for broken glibc 2.0 binaries BIND-8.2.3-T5B libthread_db work sponsored by Alpha Processor Inc NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk Report bugs using the `glibcbug' script to <bugs@gnu.org>. It's simple :-) Regards, -Kastus
On Thu, Feb 27, zentara wrote:
On 27 Feb 2003 10:35:19 -0500 Ken Schneider <kschneider@rtsx.com> wrote:
On Thu, 2003-02-27 at 10:22, Carson, Chuck wrote:
It used to be you can determine the versiob of glibc using 'ls -l /lib/libc.so.6' on SuSE. This only yields the following with SuSE Office Desktop: -rwxr-xr-x 1 root root 1312483 Nov 14 10:30 /lib/libc.so.6
Also, I have a few applications that break under 8.1 with some libc errors. Is sometrhing amiss with glibc on SuSE Office Desktop?
Don't confuse libc.so.6 with glibc
??? libc.so.6 is glibc.
You can tell what version you have by the numbers following the .so
No, to determine the glibc version number, you run libc itself: kukuk@rubicon:~> /lib/libc.so.6 GNU C Library stable release version 2.3.1, by Roland McGrath et al. Copyright (C) 2003 Free Software Foundation, Inc. .... Thorsten -- Thorsten Kukuk http://www.suse.de/~kukuk/ kukuk@suse.de SuSE Linux AG Deutschherrnstr. 15-19 D-90429 Nuernberg -------------------------------------------------------------------- Key fingerprint = A368 676B 5E1B 3E46 CFCE 2D97 F8FD 4E23 56C6 FB4B
On Sun, 2 Mar 2003 19:21:52 +0100 Thorsten Kukuk <kukuk@suse.de> wrote:
On Thu, Feb 27, zentara wrote:
Don't confuse libc.so.6 with glibc
??? libc.so.6 is glibc.
Oops, an extra c. IIRC I was refering to the original poster's problem, which said he was getting errors about "glibc" when compiling some gtk2 app. He then referred to libc.so.6 as the possible problem, where it is highly likely the problem was with glib. As in libglib-2.0.so.0.200.0 which is part of the glib package. It's not likely the compiled failed because of libc.so.6, but very likely that it failed because of libglib. But of course, you are right, libc.so.6 is glibc but not glib. It's a distinction which eluded me for quite some time. :-) -- use Perl; #powerful programmable prestidigitation
participants (7)
-
Alfredo J. Cole
-
Carson, Chuck
-
Ken Schneider
-
Konstantin (Kastus) Shchuka
-
Oyku Gencay
-
Thorsten Kukuk
-
zentara