[8597] in linux-scsi channel archive
Re: SCSI_IOCTL_GET_IDLUN changes in lk 2.3/2.4
daemon@ATHENA.MIT.EDU (Jakub Jelinek)
Tue Apr 11 10:14:57 2000
Date: Tue, 11 Apr 2000 16:10:24 +0200
From: Jakub Jelinek <jakub@redhat.com>
To: schilling@fokus.gmd.de
Cc: alan@lxorguk.ukuu.org.uk, dgilbert@interlog.com,
linux-scsi@vger.rutgers.edu
Message-ID: <20000411161024.H607@sunsite.ms.mff.cuni.cz>
Reply-To: Jakub Jelinek <jakub@redhat.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
In-Reply-To: <200004111353.PAA08862@burner.fokus.gmd.de>; from schilling@fokus.gmd.de on Tue, Apr 11, 2000 at 03:53:12PM +0200
On Tue, Apr 11, 2000 at 03:53:12PM +0200, schilling@fokus.gmd.de wrote:
> >From alan@lxorguk.ukuu.org.uk Sat Apr 8 16:14:58 2000
>
> >> >Glibc 2.1 is back compatible to 2.0 but not vice versa
> >>
> >> As binaries frum SuSE fail on Redhat and vice versa, this statement
> >> is most likely not true.
>
> >I am not seeing problems here although mostly I mix Debian and RH apps. Both
> >of them seem totally interworking. Is your SuSE glibc 2.0 or 2.1 ?
>
> shaky joerg 2 > l libc*6* libc*2*
> ls: libc*2*: No such file or directory
> -rwxr-xr-x 1 root root 2475225 Apr 4 1999 libc.so.6
>
> shaky joerg 2 > nm libc.so.6|p
> 00097a40 r .LTRAMP0
> 0009bb50 d LogFacility
> 0009bb44 d LogFile
> 0009bb54 d LogMask
> 0009bb48 d LogStat
> 0009bb4c d LogTag
> 0009bb40 d LogType
> 000a8f1c b SyslogAddr
> 000a0048 A _DYNAMIC
> 0009f320 A _GLOBAL_OFFSET_TABLE_
> 0003f490 T _IO_adjust_column
> 0003f600 T _IO_cleanup
>
> So I would guess that it is a libc 2.0 .....
>
> Unfortunately, there is no other signature in it.
There is a signature:
Just run
objdump -p /lib/libc.so.6 | sed -n '/^Version definitions/,/^$/p'
and you'll see.
Alternatively, on both Red Hat and SuSE (and any other rpm based dist) you can do
rpm -qf /lib/libc.so.6
Jakub
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu