mpsq / emacs-gcc-wayland-devel-builder

Emacs with native compilation ("gcc") and Wayland support
https://aur.archlinux.org/packages/emacs-gcc-wayland-devel-bin/
91 stars 5 forks source link

libjpeg.so.8: cannot open shared object file #26

Closed niyumard closed 2 years ago

niyumard commented 2 years ago

On Gentoo I can't run the binaries and I get the following error even though I have media-libs/libjpeg-turbo installed with static-libs use flag.

emacs: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory

niyumard commented 2 years ago

And after solving that I got this: emacs-28.0.60: error while loading shared libraries: libgpm.so.2: cannot open shared object file: No such file or directory

mpsq commented 2 years ago

This is because of glibc / symbol versioning. This should be fixed by updating the underlying libraries. The current package links to bleeding-edge versions because we use Arch under the hood.

rbutoi commented 2 years ago

Any tips on how to install this in Debian? Looks like it was removed.

0x4d6165 commented 1 year ago

Seconding this, I'm having this issue.