Re: How do I run 32-bit programmes on 64-bit linux?
Robin Sheat <[email protected]>
| Newsgroups | gmane.org.user-groups.linux.dunedin.general |
|---|---|
| Message-ID | <1380840728.3358.26.camel@zarathud> |
Worik Stanton schreef op vr 04-10-2013 om 11:18 [+1300]: > Keon$ file ./fastboot > ./fastboot: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), > dynamically linked (uses shared libs), for GNU/Linux 2.6.8, stripped > > Keon$ ldd ./fastboot > not a dynamic executable That's curious, I'd expect it to work. Also, where'd you get that version of fastboot, maybe there's another one out there. For comparison: $ uname -p x86_64 $ file ./fastboot ./fastboot: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, stripped $ ldd ./fastboot linux-gate.so.1 => (0xf779f000) libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf7693000) libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7650000) libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf7632000) libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf747f000) /lib/ld-linux.so.2 (0xf77a0000) $ ./fastboot usage: fastboot [ <option> ] <command> commands: ... I'm a little surprised that yours claims to be dynamically linked by file, but not by ldd. Maybe it's corrupt? Unrelatedly: your GPG key is not signed by anyone, therefore isn't in the web of trust, and so there's way to tell that you're really you. You should arrange a keysigning at a dunlug meeting or something :) Robin. _______________________________________________ DunLUG mailing list [email protected] http://lists.ethernal.org/listinfo/dunlug DunLUG Wiki - http://dunlug.kallisti.net.nz/
signature.asc
(application/pgp-signature, 490 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAABCAAGBQJSTfUYAAoJEHf1tyT4cTvf5WQH/A17+G13RrCXWui1614gW6KB mvADvQH/EqgyDp8qVv8EbzX/YZjiSa3ZfsdoUH7G/ASGwkcqK8xkYEbguRtGRgWv n8oA76tpxJLa6EVBq/oDF27dp1hIjhV+vUFcDF950tyAjbI/bJFD6/sNDvl52zJg 9DppRCFm0IzKVNetls1OeI2pLCdXxgS7LJLIgLP7P8QR9y7qS5sgxBTzJUqGd4VZ 72RNBx3wIS3NngZR4ZdWhvjG18DSkw9UVMZWRV7YcKi+zyImh9n+m8OI+FzpqjPi JyMquJ3IwnnjzJqKKVhpk7qPXs4PiNIDB1vk1ep6wzBrMWiy+q3N+Ge6lYv8piA= =hdsO -----END PGP SIGNATURE-----