Package Details: tableplus 0.1.258-1

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 (cookingspoon721, igormp)
Last Packager: igormp
Votes: 15
Popularity: 0.30
First Submitted: 2019-12-02 20:06 (UTC)
Last Updated: 2024-11-15 15:23 (UTC)

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/

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

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

https://github.com/TablePlus/TablePlus-Linux/issues

NoD commented on 2019-12-04 08:45 (UTC)

https://pastebin.com/xbXur7jD

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