-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 20.04 and Debian 10 support #505
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
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. |
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. |
any update on that one? The changes got approved ant not merged? |
Add libicu dependencies for Ubuntu 20.04 (#482) and Debian 10 (#498).