intel / intel-ipsec-mb

Intel(R) Multi-Buffer Crypto for IPSec
BSD 3-Clause "New" or "Revised" License
288 stars 88 forks source link

Broken ipsec-mb After purging app binary #124

Closed jimthedj65 closed 1 year ago

jimthedj65 commented 1 year ago

Hi There,

We had to purge a vpp binary and since then the ipecac-mb broke, we try to rebuild but ti complains below

No libacvp header found at /usr/local/acvp/include, acvp_app is not built
/usr/bin/ld: cannot find -lstdc++: No such file or directory
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [Makefile:173: job_api_fuzz_test] Error 1
make[1]: Leaving directory '/home/vm/intel-ipsec-mb/test'
make: *** [Makefile:32: all] Error 2

Any ideas on what dependency this could be to resolve?

jimthedj65 commented 1 year ago

I reinstalled sudo apt install libstdc++-12-dev and it was able to compile again