Posted April 13, 2017
Had an error trying to run Pool of Radiance on linux (fedora 25). Turns out the dosbox_x86_64 in ~/GOG Games/Pool of Radiance/dosbox uses libpng12, which isn't present by default, since it is an old version of the png library. I had to install:
sudo dnf install libpng12.
Now it works.
sudo dnf install libpng12.
Now it works.