TablePlus / TablePlus-Linux

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

Could not open the app on Ubuntu 23.04 #190

Closed hiroyamaguch closed 11 months ago

hiroyamaguch commented 11 months ago

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

  1. Database version (Ex: PostgreSQL 10.0): MySQL 5.7

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

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

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

Noted: If the bug is related to data, please attach an example SQL data.

hiroyamaguch commented 11 months ago

When try to open i receive this message:

tableplus: error while loading shared libraries: libbson-1.0.so.0: cannot open shared object file: No such file or directory

ograciano commented 11 months ago

the bug persist in ubuntu 22.04

ograciano commented 11 months ago

the solution is install the libraries missing

sudo apt install libmysqlclient* sudo apt install libmongoc-* sudo apt install libbson-*

reguards

huyphams commented 11 months ago

Hi, please update the app again and it should works.

huyphams commented 11 months ago

sudo apt update && sudo apt install tableplus

to update the app.