TablePlus / TablePlus-Linux

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

Could not open the app on Ubuntu 20.10 #131

Closed ashokbaruaakas closed 2 years ago

ashokbaruaakas commented 2 years ago
  1. Database version (Ex: PostgreSQL 10.0): MySQL 8.0.26

  2. TablePlus version (the number on the welcome or about screen, Ex: build 81): 0.1.176

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

  4. The steps to reproduce this issue: Install and launch

huyphams commented 2 years ago

The ldap has nothing todo with this issue. The problem is that the glib which is required by TablePlus is too old

im-ng commented 2 years ago

Is there any workaround available to make it work again?!

albin-joseph-101 commented 2 years ago

any solution ? getting the same error.

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

@huyphams @brysonreece

marknuyens commented 2 years ago

Same problem here

brysonreece commented 2 years ago

@albin-joseph-101 Please do not tag project contributors in your bug reports. I am not the project maintainer. This issue itself generates a notification for the person who does happen to be the project maintainer, @huyphams, so tagging them is also redundant.

ghost commented 2 years ago

fixed issue with

sudo apt --fix-broken install 
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

huyphams commented 2 years ago

I'm fixing this issue, a new update will be released within a few hours.

huyphams commented 2 years ago
Screen Shot 2021-12-23 at 10 20 37 PM
Akkadius commented 2 years ago

Thank you!!!!!!

huyphams commented 2 years ago

the installation page has been updated, please give it a try and let me know if you are still seeing the issue:

https://tableplus.com/blog/2019/10/tableplus-linux-installation.html

If you've added the repo before, you might want to edit it to the new URL.

Akkadius commented 2 years ago

Hmm I still get the error even after pointing to the new repository URL

Akkadius commented 2 years ago

Nevermind. The installation page was cached and had to dump the cached page to get the new Ubuntu blocks

programatorseu commented 2 years ago

Hello Sir, Amazing job - I have tried on OSX and it works like a charm. I was trying to put on my main machine (pop os ) - and the same error with libldap

hamidafghan commented 2 years ago

To have a quick fix

Download and install the libldap-2.4-2 package in Ubuntu 20.19

https://packages.debian.org/buster/amd64/libldap-2.4-2/download

To install the downloaded package

sudo apt install ./PACKAGE_NAME

It fix the issue. image

maxwell8888 commented 2 years ago

I'm still having the same problem on Ubuntu 20.04.4 LTS: tableplus: error while loading shared libraries: libldap-2.5.so.0: cannot open shared object file: No such file or directory

thallysrc commented 2 years ago

i have the same error tableplus: error while loading shared libraries: libldap-2.5.so.0: cannot open shared object file: No such file or directory

talbergs commented 2 years ago

Same issue.

soulninja-dev commented 2 years ago

same issue

DevP7 commented 2 years ago

Same issue with linux mint

kt6delta commented 2 years ago

same with linux mint

gjreasoner commented 1 year ago

Like @hamidafghan had mentioned, for debian based OS, you can do the following:

wget http://http.us.debian.org/debian/pool/main/o/openldap/libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb

sudo apt install ./libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb

Just worked for me on Ubuntu 22.04.1

black-code1 commented 1 year ago

Like @hamidafghan had mentioned, for debian based OS, you can do the following:

wget http://http.us.debian.org/debian/pool/main/o/openldap/libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb

sudo apt install ./libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb

Just worked for me on Ubuntu 22.04.1

this command makes the app flashes, when i run tablesplus it opens and closed 2sec after

programatorseu commented 1 year ago

Ubuntu 22.10 has got libldap 2.5.13 and works perfecty. Tested tonight and brand new installation . Following manual from the web and works like a charm