peihanmiao / OPRF-PSI

Private Set Intersection in the Internet Setting From Lightweight Oblivious PRF
84 stars 23 forks source link

bash compile #3

Open xiaoxin-zhang1209 opened 2 years ago

xiaoxin-zhang1209 commented 2 years ago

I get the following error after running 'bash compile' command, how can I fix it? fatal: 无法访问 'https://github.com/ladnir/cryptoTools.git/':Failed to connect to github.com port 443: 拒绝连接 Thank you very much~

peihanmiao commented 2 years ago

It seems you cannot access github.com (maybe because of some network connection issue). Can you access "https://github.com/osu-crypto/libOTe"? Or try running the command "git clone --recursive https://github.com/osu-crypto/libOTe.git"?

xiaoxin-zhang1209 commented 2 years ago

I get the following error after running 'bash compile' command, how can I fix it?

  1. CMake Error at cryptoTools/cryptoTools/CMakeLists.txt:82 (message): Failed to find miracl at /home/xiaoxin-zh/libOTe/cryptoTools/cryptoTools/../thirdparty/linux/miracl//miracl/source/ 2.CMake Error at PSI/CMakeLists.txt:21 (message): Failed to find boost at > /home/xiaoxin-zh/OPRF-PSI/../libOTe//cryptoTools/thirdparty/linux/boost/ < Need system thread Thank you very much~
peihanmiao commented 2 years ago

It seems you failed to compile the miracl and boost libraries. Would you like to check out the closed issues #1 and #2?