Tôi đã cài đặt Ubuntu 16.04.2 LTS trên máy chủ arm64:
# uname -a
Linux test 4.9.23-std-1 #1 SMP Mon Apr 24 13:18:14 UTC 2017 aarch64 aarch64 aarch64 GNU/Linux
Tôi đã chạy lệnh sau để kích hoạt armhf
cài đặt gói:
# dpkg --add-architecture armhf
Sau đó tôi đã cài đặt traceroute
gói:
# apt-get install traceroute:armhf
Reading package lists... Done
Building dependency tree
[...]
Preparing to unpack .../traceroute_1%3a2.0.21-1_armhf.deb ...
Unpacking traceroute:armhf (1:2.0.21-1) ...
Processing triggers for man-db (2.7.5-1) ...
Tuy nhiên, tôi không thể khởi chạy chương trình thực thi:
# traceroute
-bash: /usr/sbin/traceroute: cannot execute binary file: Exec format error
Thêm thông tin:
# file /usr/bin/traceroute.db
/usr/bin/traceroute.db: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV),
dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux
2.6.32, BuildID[sha1]=0ebd0553e26b163dd848c131fe8ee0a4a2409109, stripped
# ldd /usr/bin/traceroute.db
not a dynamic executable
Tôi cũng đã thử cài đặt binfmt-support
và xác nhận rằng binfmt_misc
mô-đun đã được tải.
Không arm64
tương thích ngược với armhf
? Làm thế nào tôi có thể chạy armhf
các tệp thực thi trên một arm64
máy chủ?
apt-get update; apt-get upgrade
sau dpkg --add-architecture armhf
không?