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

CentOS 9/RHEL 9 compat-openssl11 package needed to run mongod #45502

Open
Karm opened this issue Jan 10, 2025 · 1 comment
Open

CentOS 9/RHEL 9 compat-openssl11 package needed to run mongod #45502

Karm opened this issue Jan 10, 2025 · 1 comment
Labels
area/mongodb kind/bug Something isn't working

Comments

@Karm
Copy link
Member

Karm commented Jan 10, 2025

Describe the bug

Quarkus 3.8.6 & its use of embedded mongo:

[INFO] Running io.quarkus.it.mongodb.VehicleResourceTest
2025-01-10 13:16:20,451 INFO  [io.qua.tes.mon.MongoTestResource] (pool-3-thread-1) Starting Mongo V4_4 on port 27017
download https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel80-4.4.18.tgz

...

[mongod error]/home/karm/.embedmongo/fileSets/2c83990e1e9d3e77204578d02798090b7a05de430465103a129d2ddea070a7d1/mongod: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory

I think this is rather a "Known issue" at this point.

Steps to reproduce:

./mvnw verify --batch-mode -f integration-tests/pom.xml -fae -Dnative 
                         -Dquarkus.native.native-image-xmx=7g -Dquarkus.native.container-build=true
                         -Dmaven.test.failure.ignore=true -Dno-format -Dtest-containers -Dstart-containers
                         -Ddocker -pl mongodb-client,mongodb-devservices

Installing the package fixes the issue:

dnf install compat-openssl11

Output of uname -a or ver

5.14.0-460.el9.x86_64

Output of java -version

Temurin-17.0.13+11

Quarkus version or git rev

3.8.6

@Karm Karm added the kind/bug Something isn't working label Jan 10, 2025
Copy link

quarkus-bot bot commented Jan 10, 2025

/cc @loicmathieu (mongodb)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/mongodb kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant