TablePlus-Linux icon indicating copy to clipboard operation
TablePlus-Linux copied to clipboard

TablePlus on Chromebook

Open vothanhkiet opened this issue 6 years ago • 9 comments

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?

vothanhkiet avatar Dec 18 '19 13:12 vothanhkiet

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

huyphams avatar Dec 18 '19 13:12 huyphams

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

vothanhkiet avatar Dec 18 '19 13:12 vothanhkiet

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

huyphams avatar Dec 18 '19 13:12 huyphams

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

vothanhkiet avatar Dec 18 '19 13:12 vothanhkiet

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

evansmwendwa avatar Dec 21 '19 11:12 evansmwendwa

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)

ansarizafar avatar Jan 06 '20 18:01 ansarizafar

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)

bodyslam avatar Jan 28 '20 02:01 bodyslam

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

thien-do avatar Feb 29 '20 10:02 thien-do

# 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

MilesWuCode avatar Oct 18 '22 10:10 MilesWuCode