flatpak / flatpak

Linux application sandboxing and distribution framework
https://flatpak.org
GNU Lesser General Public License v2.1
4.17k stars 397 forks source link

Problem with 32 bit application? 'ldconfig: Exec format error' #1539

Closed johnramsden closed 5 years ago

johnramsden commented 6 years ago

I've created a flatpak, and while it runs fine for me, someone trying to use is getting an error:

> flatpak run ca.johnramsden.pathofexile
execvp ldconfig: Exec format error
error: ldconfig failed, exit status 256

I was wondering if this could be related to the fact that I used an i386 run time, and he is installing it on a 64bit OS. From what I understood flatpak should fine with this, and since I too am using a 64bit OS, I know it does works on 64-bit. Do you have any idea what might be causing this problem?

TingPing commented 6 years ago

I've certainly ran 32bit apps on 64bit host before, so it is more than that

johnramsden commented 6 years ago

I've ran it on a 64-bit host, I was just wondering if you thought it might be related. Any recommendations for debugging?