bvschaik / julius

An open source re-implementation of Caesar III
GNU Affero General Public License v3.0
2.85k stars 317 forks source link

Ubuntu 23.10 requires libflac8 manual install #734

Closed d-damien closed 1 week ago

d-damien commented 3 months ago

I have no expertise with that but your Appimage script uses ldconfig -p which lists libflac8, whereas more recent Ubuntu 23.10 only has libflac12. See https://packages.ubuntu.com/jammy-updates/libflac8. I had to manually download and install the libflac8 deb to make it work.

Thanks for your work.

bvschaik commented 1 month ago

Are you trying to run the AppImage or creating one yourself? For running you should not need any libraries. For creating one: we purposely build the AppImage on an older version of Ubuntu so it runs on as many operating versions as possible.