Posted January 27, 2023
This comes from Linux Mint 21.1, which is based on Ubuntu 22.04.
mint@mint:~/GOG Games/Sanitarium$ ./start.sh
Running Sanitarium
./scummvm/scummvm: error while loading shared libraries: libSDL2_net-2.0.so.0: cannot open shared object file: No such file or directory
I did this and the issue went away: apt install libsdl2-net-2.0-0
Then I ran into this error:
Running Sanitarium
./scummvm/scummvm: error while loading shared libraries: libfluidsynth.so.2: cannot open shared object file: No such file or directory
As there is no libfluidsynth version 1 in the repository, I tried installing libfluidsynth3 and I was told it was already installed. But the same complaint comes up when trying to run Sanitarium, so this is where I got stuck.
mint@mint:~/GOG Games/Sanitarium$ ./start.sh
Running Sanitarium
./scummvm/scummvm: error while loading shared libraries: libSDL2_net-2.0.so.0: cannot open shared object file: No such file or directory
I did this and the issue went away: apt install libsdl2-net-2.0-0
Then I ran into this error:
Running Sanitarium
./scummvm/scummvm: error while loading shared libraries: libfluidsynth.so.2: cannot open shared object file: No such file or directory
As there is no libfluidsynth version 1 in the repository, I tried installing libfluidsynth3 and I was told it was already installed. But the same complaint comes up when trying to run Sanitarium, so this is where I got stuck.