iden3 / rapidsnark

rapidsnark is a fast zkSNARK prover written in C++, that generates proofs for circuits created with circom and snarkjs.
GNU Lesser General Public License v3.0
54 stars 25 forks source link

./build/proverServer: error while loading shared libraries: libpistache.so.0 #1

Closed cliff0412 closed 10 months ago

cliff0412 commented 10 months ago

the npx task buildProverServer builds successfully. however, when running ./build/proverServer, it throws ./build/proverServer: error while loading shared libraries: libpistache.so.0: cannot open shared object file: No such file or directory. i have checked that the libpistache.so.0 exists in ../depends/pistache/build/src

cliff0412 commented 10 months ago

it can run after i manually set LD_LIBRARY_PATH