sagrawal87 / ABE

Attribute-based Encryption
MIT License
191 stars 69 forks source link

error `libpbc.so.1: cannot open shared object file: No such file or directory.` #10

Closed Billy1900 closed 5 years ago

Billy1900 commented 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

Billy1900 commented 5 years ago

additionally, could you please tell me how can I encrypt the msg which I define, like bytes or str?

Billy1900 commented 5 years ago

Solved by running "sudo ldconfig -v" to update linked libraries.