Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

pensivebrian
Copy link
Member

@pensivebrian pensivebrian commented Jan 27, 2021

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

@pensivebrian pensivebrian changed the title Ubuntu 20.04 support Ubuntu 20.04 and Debian 10 support Jan 27, 2021
Copy link

@llali llali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@pensivebrian
Copy link
Member Author

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
Copy link
Member Author

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
Copy link

danbrad commented Sep 7, 2021

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
Copy link

hypery2k commented Jun 1, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants