artap-framework / agrossuite

GNU General Public License v2.0
29 stars 2 forks source link

Appimage does not work on Archlinux #1

Open pointhi opened 3 years ago

pointhi commented 3 years ago

Hi, I would like to evaluate the usage of Agros2D to simulate current density of copper areas on PCB's (imported from KiCad), and I cannot run the Appimage on Arch Linux (https://www.archlinux.org/).

$ ./Agros-x86_64.AppImage
Run Agros Suite in  /tmp/.mount_Agros-TNsufE
./agros: error while loading shared libraries: libicui18n.so.66: cannot open shared object file: No such file or directory

Applying crude hotfix:

$ sudo ln -s /usr/lib/libicui18n.so /usr/lib/libicui18n.so.66
$ sudo ln -s /usr/lib/libicuuc.so /usr/lib/libicuuc.so.66

But it still does not work, now due to QT:

$ ./Agros-x86_64.AppImage                                    
Run Agros Suite in  /tmp/.mount_Agros-eQ8auH
./agros: symbol lookup error: /tmp/.mount_Agros-eQ8auH/usr/lib/libQt5Core.so.5: undefined symbol: u_strToLower_66

I assume the Appimage misses some crucial dependencies.