dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 192 forks source link

Ubuntu 20.04 and Debian 10 support #505

Open pensivebrian opened 3 years ago

pensivebrian commented 3 years ago

Add libicu dependencies for Ubuntu 20.04 (#482) and Debian 10 (#498).

pensivebrian commented 3 years ago

Testing out the mssql-cli .deb package, I'm encountering errors:

ImportError: libffi.so.6: cannot open shared object file: No such file or directory

I think this is happening because we're compiling and redist-ing python on ubuntu 16, which uses the .6 version, but ubuntu 20 needs the .7 version. I'll confirm this, but if this is the case, we may need to starting shipping a .deb package per ubuntu version.

pensivebrian commented 3 years ago

Building the .deb image with python compiled on Ubuntu 20.04 fixes the libffi.so.6 issue. So next step: how to manage shipping multiple .dep package versions which need to be output by the build.

danbrad commented 2 years ago

Are there any updates on this? Ubuntu 20.04 has been out a while now and is an LTS release so it would be nice to be able to upgrade to it.

hypery2k commented 2 years ago

any update on that one? The changes got approved ant not merged?