rlenferink opened a new issue, #787: URL: https://github.com/apache/celix/issues/787
With #785 and #786 applied I am able to successfully start a CLion dev container (using Jetbrains gateway) and connect via SSH to the started container (as `celixdev` user). Within CLion I then can enable the automatically detected conan-debug CMake profile and build all packages succesfully. However, when executing `All CTest`, most of the tests (almost all) fail with the following failure message: ```bash 12: Test command: /home/celixdev/workspace/build/libs/framework/gtest/test_frameworkd 12: Working Directory: /home/celixdev/workspace/build/libs/framework/gtest 12: Test timeout computed to be: 10000000 12: /home/celixdev/workspace/build/libs/framework/gtest/test_frameworkd: /lib/x86_64-linux-gnu/libssl.so.3: version `OPENSSL_3.2.0' not found (required by /home/celixdev/.conan2/p/b/libcuffeace8e7a3bc/p/lib/libcurl.so.4) Failed ``` Is this something anyone has seen before or I am missing a (Conan) configuration option somewhere? It seems that the wrong libssl is being used, even though the Conan installed libssl is also available: ```bash celixdev@fedora:~/workspace$ find / -name "libssl*" 2> /dev/null <snip> /home/celixdev/.conan2/p/b/opensb0006bbd0e9a5/p/lib/libssl.so.3 /home/celixdev/.conan2/p/b/opensb0006bbd0e9a5/p/lib/libssl.so /home/celixdev/.conan2/p/b/libcuffeace8e7a3bc/b/build-debug/conan/libssl.pc /home/celixdev/.cache/JetBrains/RemoteDev/dist/4dee2d4064288_CLion-2024.1.6/plugins/remote-dev-server/selfcontained/lib/libssl.so.10 /home/celixdev/.cache/JetBrains/RemoteDev/dist/4dee2d4064288_CLion-2024.1.6/plugins/remote-dev-server/selfcontained/lib/libssl3.so /usr/lib/x86_64-linux-gnu/libssl.so.3 <snip> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org