Error checking a Rocky Linux installation #4334
Unanswered
pv-rse
asked this question in
Firedrake support
Replies: 2 comments 15 replies
-
I think this sort of error occurs when you have multiple libraries in your system and are loading the wrong one at runtime.
You may be able to fix this by either:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, thanks for your wuick answer. We tried to install it on a single node of a HPC cluster. This node is a virtual machine but it has a "normal" network configuration. All the others nodes have infiniband, not this one. It has a single ethernet interface. Here is make check result:
|
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
after installing on a Rockey Linux 9.2 distribution with all dependencies, a simple check returned:
[user@frontend ~]$ firedrake-check
Traceback (most recent call last):
File "/home/bicocca/oil_leak/bin/firedrake-check", line 5, in
from firedrake._check import main
File "/home/bicocca/oil_leak/lib/python3.10/site-packages/firedrake/init.py", line 16, in
petsc4py.init(sys.argv)
File "/home/bicocca/oil_leak/lib/python3.10/site-packages/petsc4py/init.py", line 42, in init
PETSc = petsc4py.lib.ImportPETSc(arch)
File "/home/bicocca/oil_leak/lib/python3.10/site-packages/petsc4py/lib/init.py", line 33, in ImportPETSc
return Import('petsc4py', 'PETSc', path, arch)
File "/home/bicocca/oil_leak/lib/python3.10/site-packages/petsc4py/lib/init.py", line 100, in Import
module = import_module(pkg, name, path, arch)
File "/home/bicocca/oil_leak/lib/python3.10/site-packages/petsc4py/lib/init.py", line 77, in import_module
module = importlib.util.module_from_spec(spec)
ImportError: /lib64/libldap.so.2: undefined symbol: EVP_md2, version OPENSSL_3.0.0
we installed it in a python virtual environment. We tried it and returned what you can see in this screenshot:

Beta Was this translation helpful? Give feedback.
All reactions