question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GLIBC_2.29 CURL_OPENSSL_4 not found

See original GitHub issue

Hi guys, i’m with a problem when running embedded mongo in my jenkins pipeline:

07/03/2022 17:34:16 WARN  [main] LinuxPackageFinder:because there is no package for Version{4.4.9}:Platform{operatingSystem=Linux, architecture=X86_64} we fall back to Version{4.4.9}:Platform{operatingSystem=Linux, architecture=X86_64, version=Ubuntu_20_04}
07/03/2022 17:34:16 ERROR [Thread-9] EmbeddedMongo:/tmp/extract-d4371e64-7f31-456d-b8ee-05d50c1802fcextractmongod: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/extract-d4371e64-7f31-456d-b8ee-05d50c1802fcextractmongod)
07/03/2022 17:34:16 ERROR [Thread-9] EmbeddedMongo:/tmp/extract-d4371e64-7f31-456d-b8ee-05d50c1802fcextractmongod: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_4' not found (required by /tmp/extract-d4371e64-7f31-456d-b8ee-05d50c1802fcextractmongod)
07/03/2022 17:34:16 WARN  [main] GenericWebApplicationContext:Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mongoTemplate' defined in class path resource [org/springframework/boot/autoconfigure/data/mongo/MongoDatabaseFactoryDependentConfiguration.class]: 

Local on OSX the problem not happen, only in linux container, any thoughts?

Spring Boot: 2.6.2 de.flapdoodle.embed.mongo: 3.4.3 spring.mongodb.embedded.version: 4.4.9 Java: 11

Already tried with de.flapdoodle.embed.mongo: 3.2.8 and had the same error.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
michaelmosmanncommented, Mar 9, 2022

@jonathanbenedet this is whats currently supported: https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo.packageresolver/blob/main/src/test/resources/de/flapdoodle/embed/mongo/packageresolver/explainedSnapshot.txt (aggregation of all rules) … but you have to have a look at the mongodb download page to see if you can find a docker image with a matching mongodb dist: https://www.mongodb.com/try/download/community

if nothing matches ubuntu is the fallback… (until there is something better)

0reactions
jonathanbenedetcommented, Mar 9, 2022

Okay, thanks!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

version GLIBC_2.29 not found · Issue #135 · mi-g/vdhcoapp
I'm running VdhCoApp 1.6.3 with FF 102.0.1 on Linux Mint 19.3. VdhCoApp used to work for many years in the past on the...
Read more >
version `GLIBC_2.29' not found when using tflite-runtime
Architecture: aarch64 (Standard_D4plds_v5); OS: Ubuntu 20.04; vCPU: 4; RAM: 8GB. I'm using tflite-runtime library (v2.5.0) and python 3.8.
Read more >
[MCL-22243] liblauncher fails - requires glibc 2.29 - Jira
Bug - A problem which impairs or prevents the functions of the product. MCL-22241 Launcher Update breaks Launcher (GLIBC_2.29 not found).
Read more >
Microsoft App Service Error: 'version `GLIBC_2.29' not found ...
29 ' not found' while importing pyodbc for a Flask App. Hello, I have a problem in connecting to my Azure SQL db...
Read more >
GLIBC version problem - Red Hat Customer Portal
/bin/ksh: /lib64/libm.so.6: version `GLIBC_2.23' not found (required by /bin/ksh). I understand the problem, I need to update the GLIBC ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found