32bit Apps on Pine
#3
Hi, you can run 32-bit (armhf) apps on a 64bit Debian/Ubuntu with multi-arch support. First you have to find out which libraries the binary links against, for example with ldd:

Code:
gentoo@Pine64 /usr/bin $ ldd unzip
       linux-vdso.so.1 (0x0000007f7a826000)
       libbz2.so.1 => /lib64/libbz2.so.1 (0x0000007f7a7dc000)
       libc.so.6 => /lib64/libc.so.6 (0x0000007f7a69a000)
       /lib/ld-linux-aarch64.so.1 (0x0000007f7a7fc000)

Once you know what libraries are needed, you can install the armhf versions of those on your 64bit system, but you need to install all the dependencies, depending on what is required, that can be a lot for a graphical application...

https://wiki.debian.org/Multiarch/HOWTO
Come have a chat in the Pine IRC channel >>
  Reply


Messages In This Thread
32bit Apps on Pine - by djinn5150 - 05-27-2016, 08:33 PM
RE: 32bit Apps on Pine - by oldsmarracin - 08-09-2016, 10:00 AM
RE: 32bit Apps on Pine - by xalius - 08-09-2016, 11:03 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Information Howto: OctoPrint Working on Pine 64 chaos_actual125 22 50,298 07-11-2021, 04:13 AM
Last Post: zer0sig
  Debian installer on Pine A64+ but no hdmi mrwick 1 4,884 07-28-2020, 01:49 PM
Last Post: kuleszdl
  Install 32bit java Trond 7 9,904 11-03-2016, 10:07 AM
Last Post: Trond
  Can ping between Pine 64 on a switch, but unable to ssh MikeJewski 4 6,065 07-28-2016, 08:40 PM
Last Post: MikeJewski
  Raspbian on the Pine 64 ? cookeys 3 6,821 05-08-2016, 10:44 AM
Last Post: Ruckus

Forum Jump:


Users browsing this thread: 1 Guest(s)