OneMagpie: If you want this to work with other Beamdog Enhanced Edition games, copy the lib folder to the game's main directory, open start.sh in a text editor and add
export LD_LIBRARY_PATH="$CURRENT_DIR/lib/"
under the
# Initialization
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "${CURRENT_DIR}"
source support/gog_com.shlib
block.
Wow (Owen Wilson style): I did that exactly and it worked, all within a minute (Fedora 43). I spent two hours earlier trying to follow the directions of the Reddit Linux Master Race who all just assume you know exactly what to do at all times and by saying "add the lib to the script" you can immediately do it correctly.
So thank you for being a human and just saying how to do it.
I have one thing to add, since people seem to be a little QQ-ey about your download links. While I was searching the wasteland of Reddit, I found out you probably already have these two files installed on your system IF you have Steam. They can be found in ~/.steam/bin/steam-runtime/lib/x86_64-linux-gnu
At this point, you have no reason not to trust them if you trust Steam.