takashi1kun/lan-play-GUI

Include libpcap in the appimage

Closed this issue · 0 comments

Currently the appimage and lan-play-linux require libpcap.so.0.8, which in debian/ubuntu is a symlink to libpcap.so.1.8, any modern distro like fedora or arch will use libpcap.so.1.9 and it is not possible to get the older 1.8 version.

With this in mind, launching lan-play-linux from the appimage will say that the libraries are missing, even if one is able to run lan-play-linux doing a symlink to the correct library.

These libraries should be bundled inside the appimage.

See spacemeowx2/switch-lan-play/issues/31.