Kiệt Thành Võ
Kiệt Thành Võ
I think your library can support that with some checking. I don't know coffee script, so I give some pseudo code in node as example. ``` js var resizeWith =...
``` 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@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