TablePlus / TablePlus-Linux

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

TablePlus on Chromebook #24

Open vothanhkiet opened 4 years ago

vothanhkiet commented 4 years ago

I followed the instruction on https://tableplus.com/blog/2019/10/tableplus-linux-installation.html

After installing, open the app and it keeps loading Screenshot 2019-12-18 at 20 20 30

Are there any logs that I can figure out what happens?

huyphams commented 4 years ago

Hi, you can type "tableplus" in terminal and see what happens

vothanhkiet commented 4 years ago
vothanhkiet@penguin:~$ tableplus
tableplus: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by tableplus)
tableplus: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.27' not found (required by tableplus)

I got this

huyphams commented 4 years ago

Thanks, then you have to wait for TablePlus Chromes OS release.

vothanhkiet commented 4 years ago
vothanhkiet@penguin:/lib/x86_64-linux-gnu$ ls | grep libc
libc-2.24.so
libcap-ng.so.0
libcap-ng.so.0.0.0
libcap.so.2
libcap.so.2.25
libcidn-2.24.so
libcidn.so.1
libcom_err.so.2
libcom_err.so.2.1
libcrypt-2.24.so
libcryptsetup.so.4
libcryptsetup.so.4.7.0
libcrypt.so.1
libc.so.6

Look like it uses old glibc version

evansmwendwa commented 4 years ago
vothanhkiet@penguin:~$ tableplus
tableplus: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by tableplus)
tableplus: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.27' not found (required by tableplus)

I got this

Any workaround for this? I am really interested to test

ansarizafar commented 4 years ago

I am getting this error on Ubuntu 16.04 in terminal

tableplus: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by tableplus)
bodyslam commented 4 years ago

I got tableplus to install on my chomeos latptop (Pixelbook Go) by upgrading the container here

https://gitlab.com/ppulfer-random-stuff/debian-buster-in-crostini/blob/master/upgrade_container.sh

After running the script above I was able to install and launch tableplus. I am running into other issues at the moment though (not being able to PSQL DB)

thien-do commented 4 years ago

I think you can try upgrading the mentioned lib manually. We are also looking into solutions to address this issue before moving out of alpha stage

MilesWuCode commented 2 years ago
# https://deb.tableplus.com/debian/pool/main/t/tableplus/tableplus_0.1.192_amd64.deb

# new linux penguin

sudo apt update
sudo apt upgrade

sudo apt install libgtksourceview-3.0-dev
sudo apt install libgee-0.8-dev
sudo apt install gnome-keyring
sudo dpkg --install tableplus_0.1.192_amd64.deb

sudo apt --fix-broken install

image