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

Linux kernel headers deb fails to install on Ubuntu 19.04 #226

Closed
ader1990 opened this issue May 17, 2019 · 3 comments
Closed

Linux kernel headers deb fails to install on Ubuntu 19.04 #226

ader1990 opened this issue May 17, 2019 · 3 comments

Comments

@ader1990
Copy link
Contributor

It seems there is a libssl dependency issue:

dpkg: dependency problems prevent configuration of linux-headers-4.19.24-c52ea7b07f93:
linux-headers-4.19.24-c52ea7b07f93 depends on libssl1.0.0 (>= 1.0.0); however:
Package libssl1.0.0 is not installed.

On Ubuntu 19.04. libssl 1.1 is installed.

@chvalean
Copy link
Contributor

I've asked @stefanlupsa to research this and decide if this requires a build vm upgrade from current 16.04 ubuntu, or see what other solution is available.

@stefanlupsa
Copy link
Contributor

stefanlupsa commented Jul 24, 2019

I could repro the issue and tried a potential fix but this does not solve the problem:

If the kernel builder is on xenial the header install will fail on distros that have libssl1.1 as xenial has libssl1.0 and no release candidate for libssl1.1

I tried adding the libssl1.1 from a bionic repo to the xenial kernel builder, this fixes the problem on disco but creates the same problem when installing kernel headers on xenial (and probably on any other distro that has libssl1.0 or less).

@juhlee-microsoft
Copy link
Contributor

Resolved in dbcli/mssql-cli#252

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

No branches or pull requests

4 participants