Bdale Garbee disait :

> [EMAIL PROTECTED] (Christian Perrier) writes:
> 
> > /opt/intel/compiler50/ia64/bin/ias: ELF 32-bit LSB executable, Intel 80386, 
> > version 1 (SYSV), dynamically linked (uses shared libs), not stripped
> 
> Ewwww.
> 
> The fact that it's dynamically linked for shared libs means you need the
> ia32-libs package loaded, and there's a problem with it that I haven't gotten
> around to chasing down yet.  I'll move that up my priority list.

BTW, I guess you're talking about #123231....

My problem is not exactly the same. If I type "ldd `which ias`", I get :

[EMAIL PROTECTED]:~$ which ias
/opt/intel/compiler50/ia64/bin/ias
[EMAIL PROTECTED]:~$ ldd `which ias`
        not a dynamic executable
[EMAIL PROTECTED]:~$ cat /etc/ld.so.conf
/usr/X11R6/lib
/opt/intel/compiler50/ia32/lib
/opt/intel/compiler50/ia64/lib

(the last two lines of ld.so.conf are mentioned in Intel compiler's README
file....Anyway, if I remove them, I get the exact same problem..:-)

However, when I try  to reproduce the problem  mentioned by the  123231 bug
reporter, I get :

[EMAIL PROTECTED]:~$ /emul/ia32-linux/usr/bin/locale
bash: /emul/ia32-linux/usr/bin/locale: No such file or directory

[EMAIL PROTECTED]:~$ file /emul/ia32-linux/usr/bin/locale
/emul/ia32-linux/usr/bin/locale: ELF 32-bit LSB executable, Intel 80386, 
version 1 (SYSV), dynamically linked (uses shared libs), stripped

[EMAIL PROTECTED]:~$ ldd -d /emul/ia32-linux/usr/bin/locale
        not a dynamic executable

Looks the same, except last ldd output....

-- 
Christian Perrier
ONERA/D�partement R�seau et Informatique Scientifique
+33 (0) 1 4673 4438 - +33 (0) 6 1016 9480
PGP/GnuPG Key ID 30C9348A (DSS)


Reply via email to