Open douek opened 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
error while loading shared libraries: libdevmapper.so.1.02.1: cannot open shared object file: No such file or directory