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

Prebuilt binaries for linux-x86_64 4.2.0 do not appear to be available for Ubuntu 22 #93

Closed
stennie opened this issue Oct 19, 2023 · 1 comment
Assignees

Comments

@stennie
Copy link
Collaborator

stennie commented Oct 19, 2023

After updating to m 1.8.8 I am able to install all 3.x versions and all 4.4 versions. But all 4.2 versions give same error about not having prebuilt binaries. It would be understandble if 4.x versions were unavailable at all because of Ubuntu 22.04. So far 3.x, 4.4 and 5.3 versions work just fine and only 4.2 versions seem to beinconsistent.Whichisboth wierdand bad since there is no mongo upgrade path from 3.x without 4.2.
m --version 1.8.8
cat /etc/lsb-release
DISTRIB_ID=neon DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="KDE neon 5.27"

Originally posted by @venorme in #92 (comment)

@stennie stennie self-assigned this Oct 19, 2023
@stennie
Copy link
Collaborator Author

stennie commented Oct 19, 2023

@venorme I will fix the binary download issue, but as noted in #92 unsupported O/S + MongoDB combinations may lead to dependency issues.

Specifically, Ubuntu 22.04 uses OpenSSL 3.x which does not provide the OpenSSL 1.1 libcrypto.so.1.1 library used by MongoDB binaries targeting Ubuntu 20.04.

An expected error would be:

error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory

If you are using m for version upgrades, the safest path would be installing into a container or VM with an O/S supported by the version of MongoDB server you want to use based on the Platform Support Matrix. Ubuntu 20.04 would cover 4.4 => 7.0 (and maybe earlier binaries, but you'd have to test).

Regards,
Stennie

@stennie stennie changed the title Prebuilt binaries for linux-x86_64 4.2.0 do not appear to be available for Neon Prebuilt binaries for linux-x86_64 4.2.0 do not appear to be available for Ubuntu 22 Oct 19, 2023
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

1 participant