I am trying to use the twoBitToFa tool, but I am getting this error message.
twoBitToFa: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory
According to the information that I have found on Internet about this error, the program was apparently compiled against a version of MySQL downloaded from www.mysql.com; libmysqlclient.so.20 which is not available in Debian, which which coincidentally is the operating system on which the Galaxy instance is running on (Debian 9.7).