Closed Billy1900 closed 5 years ago
when I compile using python main.py, the error occurred libpbc.so.1: cannot open shared object file: No such file or directory. but I have installed charm successfully
python main.py
libpbc.so.1: cannot open shared object file: No such file or directory.
additionally, could you please tell me how can I encrypt the msg which I define, like bytes or str?
Solved by running "sudo ldconfig -v" to update linked libraries.
when I compile using
python main.py
, the error occurredlibpbc.so.1: cannot open shared object file: No such file or directory.
but I have installed charm successfully