As of 0.1-16, all database connector libraries are statically linked and the aforementioned workaround or patched desktop shortcut are no longer required.
Search Criteria
Package Details: tableplus 0.1.264-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tableplus.git (read-only, click to copy) |
---|---|
Package Base: | tableplus |
Description: | Modern, native, and friendly GUI tool for relational databases (Alpha) |
Upstream URL: | https://tableplus.com/ |
Keywords: | database gui mysql postgres tool |
Licenses: | custom |
Submitter: | rew1red |
Maintainer: | sistematico (CookingSpoon, igormp) |
Last Packager: | CookingSpoon |
Votes: | 16 |
Popularity: | 0.078427 |
First Submitted: | 2019-12-02 20:06 (UTC) |
Last Updated: | 2025-04-12 13:33 (UTC) |
Dependencies (3)
Required by (0)
Sources (4)
rew1red commented on 2019-12-04 15:51 (UTC)
rew1red commented on 2019-12-04 15:40 (UTC) (edited on 2019-12-04 15:40 (UTC) by rew1red)
@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
NoD commented on 2019-12-04 08:45 (UTC)
rew1red commented on 2019-12-03 15:05 (UTC)
I guess libgee is an (unlisted) dependency of tableplus-- I do see it installed on my system, but it's not listed as an upstream dependency. I'll update the pkgbuild in a moment to include it.
NoD commented on 2019-12-03 08:52 (UTC)
tableplus: error while loading shared libraries: libgee-0.8.so.2: cannot open shared object file: No such file or directory
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/