@NoD--
Some of the issues you're encountering are related to the alpha-release nature of tableplus, and not the packaging. Until this morning, the author had dynamically linked against the libmysqclient library and included it in his release. I patched the desktop shortcut for tableplus in this pkgbuild so that said library would be accessible. It was a workaround, but got things working for us Arch users.
If you were to launch it directly, you'd need something like: LD_LIBRARY_PATH=/opt/tableplus/resource/library/ /usr/local/bin/tableplus
With this said, it looks like the author has rebuilt the binary this morning, statically linking against libmysqlclient. I'll work on getting the pkgbuild updated to reflect this.
For more information: https://github.com/TablePlus/TablePlus-Linux/issues/4#issuecomment-561670001
Pinned Comments
sistematico commented on 2023-03-05 17:55 (UTC)
Version bumped, no need for
/usr/bin/env LD_LIBRARY_PATH=/opt/tableplus/lib /usr/local/bin/tableplus
anymore.o/