benkuper / Chataigne

Artist-friendly Modular Machine for Art and Technology

Home Page:https://benjamin.kuperberg.fr/chataigne

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

thomasgentilhomme opened this issue · comments

Environment

  • OS: Raspbian on Raspbery Pi 4B
  • Version 6.6.20

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

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

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