HOWTO: How to run Loki's Descent 3 (for Linux) in FreeBSD
Installation
-Steps
The "Failed to load library[libGL.so]"
error
This message occurs when Descent3 is unable to find a proper libGL.so library, or when an
incorrect one is supplied.
You can specify option "-g"
using the library "/usr/compat/linux/usr/lib/libGL.so.1",
or you can make a symlink from libGL.so
to libGL.so.1 as superuser:
# cd /usr/compat/linux/usr/lib/
# ln -s libGL.so.1 libGL.so
That's it!
Have fun!