Hi there,
i want to try install 32 Bit software ( Moneyplex = Homebanking software) on my Fedora aarch64 system. This didn't work.
[andreas@pinebook-pro moneyplex]$ ll total 22468 -rwxr--r--. 1 andreas andreas 7543589 Jan 21 2020 Handbuch.pdf -rwxr-xr-x. 1 andreas andreas 12369492 Apr 29 2020 moneyplex -rwxr-xr-x. 1 andreas andreas 3079188 Oct 4 2019 prestart drwxr-xr-x. 2 andreas andreas 4096 Oct 4 2019 reports drwxr-xr-x. 2 andreas andreas 4096 Feb 5 2020 scripts drwxr-xr-x. 2 andreas andreas 4096 Apr 29 2020 system [andreas@pinebook-pro moneyplex]$ ./prestart bash: ./prestart: No such file or directory [andreas@pinebook-pro moneyplex]$ file prestart prestart: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 2.0.0, stripped [andreas@pinebook-pro moneyplex]$ uname -a Linux pinebook-pro.reschke.lan 5.10.5-1 #1 SMP Thu Jan 7 14:35:07 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux [andreas@pinebook-pro moneyplex]$
Is this supportet? If yes, how can I solve this?
Thanks
Andreas
Hi Andreas,
i want to try install 32 Bit software ( Moneyplex = Homebanking software) on my Fedora aarch64 system. This didn't work.
[andreas@pinebook-pro moneyplex]$ ll total 22468 -rwxr--r--. 1 andreas andreas 7543589 Jan 21 2020 Handbuch.pdf -rwxr-xr-x. 1 andreas andreas 12369492 Apr 29 2020 moneyplex -rwxr-xr-x. 1 andreas andreas 3079188 Oct 4 2019 prestart drwxr-xr-x. 2 andreas andreas 4096 Oct 4 2019 reports drwxr-xr-x. 2 andreas andreas 4096 Feb 5 2020 scripts drwxr-xr-x. 2 andreas andreas 4096 Apr 29 2020 system [andreas@pinebook-pro moneyplex]$ ./prestart bash: ./prestart: No such file or directory [andreas@pinebook-pro moneyplex]$ file prestart prestart: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 2.0.0, stripped [andreas@pinebook-pro moneyplex]$ uname -a Linux pinebook-pro.reschke.lan 5.10.5-1 #1 SMP Thu Jan 7 14:35:07 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux [andreas@pinebook-pro moneyplex]$
Is this supportet? If yes, how can I solve this?
We don't support 32/64 bit multi lib on aarch64, it's a complex problem and not all aarch64 devices support running native 32 bit code, the way you could solve this is to run the software in a container/flatpak. I don't know enough about that software, whether it has a GUI of some sort etc, to specify what would be the best option there.
Peter