osu-crypto / SpOT-PSI

SpOT-Light: Lightweight Private Set Intersection from Sparse OT Extension (CRYPTO 2019)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot install the project

whuissyxa opened this issue · comments

Hello! I install the project follow your steps and build frontend.exe. However, when I run ./bin/frontend.exe -t, it shows Segmentation fault (core dumped).
图片1
When I bash all.get in ./thirdparty/linux, some red errors about gmp happened as follows:
image
Could you give me some advice on it? Thanks a lot!

the second pic shows that m4 hasn't installed. Please try
sudo apt-get update
sudo apt-get install m4

Thank you very much for your reply and guidance! I‘ll try it soon.

Sorry, I installed m4, but get the same error:
image
When I bash all.get in libOTe/cryptoTools/thirdparty/linux$ after installing m4, it shows:
image
image
When I bash all.get in SpOT-PSI/thirdparty/linux, it showed
image
image
image
image
image
image
image
Does these results normal? Thanks a lot for your spending time and advice!

Yes, you can try the below command for more result
./bin/frontend.exe -r 1 -n 8 -t 1 -p 0 -ip 172.31.77.224:1212 & ./bin/frontend.exe -r 0 -n 8 -t 1 -p 0 -ip 172.31.77.224:1212