PUMATeam / catapult

A management system for firecracker - WIP
Apache License 2.0
7 stars 5 forks source link

error libdevmapper when trying to run catapult node on fedora 31 #145

Open douek opened 4 years ago

douek commented 4 years ago

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

douek commented 4 years ago

It is happening because catapult-node is compiled on ubuntu with libdevmapper 1.02.1 while the host is looking for 1.02.1 but what is installed is libdevmapper.so.1.02. a workaround is to change the library name on the host

$ mv /lib64/libdevmapper.so.1.02 /lib64/libdevmapper.so.1.02.1