The error message looks like this:
/home/myusername/zyzzyva-3.1.0/bin/NASPAZyzzyva310: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
This software (naspa-zyzzyva) is given to me pre-compiled without source code so I don't have the option of compiling it. It's supposed to have a license to use some parts of it.
It sort of seems like I could find the library (libGL.so.1) in mesa somehow but I am not clear on what is going on. It seems the 32 bit libraries are organized differently in 16.4 vs. 14.x and 17.x, so some of the answers I find can not be applied.
Is there a way to make it be found automatically? Or do I need to do apt-get mesa:i386 or what ...
Thanks :)