TablePlus / TablePlus-Linux

TablePlus Linux issue tracker
https://tableplus.com
291 stars 30 forks source link

Tableplus does not start on Pop OS 21.10 (beta) - tableplus: error while loading shared libraries: libldap_r-2.4.so.2 #133

Closed fabioxgn closed 2 years ago

fabioxgn commented 2 years ago

Please answer the questions below, it helps us to track the issue.

  1. Database version (Ex: PostgreSQL 10.0): Postgresql 12

  2. TablePlus version (the number on the welcome or about screen, Ex: build 81): latest? Can't see, it doesn´t start.

  3. Linux distro (Ex: Ubuntu 18.04): Pop OS 21.10

  4. The steps to reproduce this issue:

Try to start tableplus.

sebkolind commented 2 years ago

Same issue for me, I am on Arch with Gnome. This seems to be the issue: #130

nicodoggie commented 2 years ago

libldap on Arch Linux is now on 2.6. So I am getting this error now too.

johgh commented 2 years ago

Same error! Pop os 21.10, libldap is: libldap-common_2.5.6+dfsg-1~exp1ubuntu1_all.deb

Akkadius commented 2 years ago

Linux user here, paid licenses, love your work

After Pop OS update getting

tableplus: error while loading shared libraries: libldap_r-2.4.so.2: cannot open shared object file: No such file or directory

Any advice? @huyphams

I use this to connect to 50+ different database instances and now it flat out doesn't work

johgh commented 2 years ago

I think there are better ways to distribute linux binaries nowadays to avoid these kind of problems @huyphams

Flatpak: https://docs.flatpak.org/en/latest/basic-concepts.html " [...] This means that they provide a stable, cross-distribution base for applications, and allow applications to continue to work irrespective of operating system updates."

I use multiple cross-platform Flatpak (pay) apps on Linux: phpstorm, smartgit

Here is a list of popular apps that use Flatpak: https://flathub.org/apps/collection/popular

Akkadius commented 2 years ago

Update in other thread for others (visibility) https://github.com/TablePlus/TablePlus-Linux/issues/131

huyphams commented 2 years ago

Please use the release of Ubuntu 21 for Pop 21.10 https://tableplus.com/blog/2019/10/tableplus-linux-installation.html Please let me know if you're still seeing the issue.