benkuper / Chataigne

Artist-friendly Modular Machine for Art and Technology
https://benjamin.kuperberg.fr/chataigne
GNU General Public License v3.0
1.11k stars 55 forks source link

Raspberry Pi Stable built won't install on a RPI4B - Missing Libssl1.1 #230

Closed thomasgentilhomme closed 2 months ago

thomasgentilhomme commented 2 months ago

Environment

Describe the bug When executing AppImage, the following error appears: "Chataigne: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory"

To Reproduce Steps to reproduce the behavior:

  1. Execute AppImage 1.9.17 for aarch64

Additional context Apparently, and i'm definitely an expert in this but libssl was update in recent versions of raspbian (now running 3.x) thus making chataigne not compatible anymore?

I did install all dependencies specified in the chataigne documentation for the pi

thomasgentilhomme commented 2 months ago

Turns out i was trying to install the wrong libssl package, After running that command i was able to launch chataigne

sudo apt install libssl1.1

Jerome-Klo commented 2 months ago

No trouble with raspberry pi4b and arch64. Trouble are coming with bookworm, which has version 1.3 of libssl