On Monday, October 02, 2006 10:28, Gerald Britton wrote:
Is there a command to verify if the libs are 32- or 64-bit?
Try file:
neil@x2-42 ~ $ file /lib/libz.so.1.2.3 /lib/libz.so.1.2.3: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), stripped neil@x2-42 ~ $ file /emul/linux/x86/lib/libz.so.1.2.3 /emul/linux/x86/lib/libz.so.1.2.3: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped
- Neil