Open akosmaroy opened 6 years ago
I also noticed that the other day. The libpng dependency comes from Qt, which I thought I compiled statically. However, libpng was probably linked dynamically. I think it should be possible to rebuild Qt either without libpng altogether, or statically link it
I took a stab at linking with a static libpng this weekend, but I was unable to make it work. Even if I make Qt link with a static libpng, Qt links dynamically with libfreetype which links dynamically with libpng. That's when I gave up this time. I've compiled the installer on Ubuntu server 18.04 and attaching it here (packed with UPX and unpacked) rasplex-installer.zip
Hi,
GetRasplex-debian64.1.0.1.bin doesn't work on ubuntu 18.04:
whereas ubuntu 18.04 doesn't have libpng12:
possibly statically linking libpng12 would make it work on this platform as well
Akos