32bit Apps on Pine
#1
Anyone got any tips for running a precompiled 32 bit app in 64bit environment?  Basically I can get it to install but it does  not see the file as a exectuable.  I have a feeling I am missing some libraries or something but can't seem to get any headway.  The app in question is Repetier Server https://www.repetier-server.com/.  I have been in contact with the developer and tried a few suggestions he had but no go.  Final suggestion was to run kvm but I cant imagine that would be very efficient.
  Reply
#2
bump i too am highly interested in this if anyone can confirm that would be great
  Reply
#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


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

Forum Jump:


Users browsing this thread: 1 Guest(s)