safex / safexcore

reference implementation of Safex Blockchain in C++
Other
27 stars 28 forks source link

error while loading shared libraries: libnorm.so #255

Closed nullart2 closed 3 years ago

nullart2 commented 3 years ago

running safexd-linux-7.0.1 shows this error

OS: Debian 9

error while loading shared libraries: libnorm.so.1: cannot open shared object file: No such file or directory
ddabek commented 3 years ago

Hey @nullart2 please make sure that you have installed all of the required dependencies: https://github.com/safex/safexcore#ubuntu-1804

For libnorm.so.1 specifically: sudo apt install libnorm-dev should do the trick!

Thank you for raising your issue :)