facebookincubator / fizz

C++14 implementation of the TLS-1.3 standard
Other
1.14k stars 162 forks source link

compile error with cannot find -lZSTD_LIBRARY-NOTFOUND #67

Closed wangweiwei1188 closed 3 years ago

wangweiwei1188 commented 3 years ago

[ 23%] Built target fizz [ 23%] Linking CXX executable bin/fizz /usr/bin/ld: cannot find -lZSTD_LIBRARY-NOTFOUND collect2: error: ld returned 1 exit status make[2]: [CMakeFiles/FizzTool.dir/build.make:219: bin/fizz] Error 1 make[1]: [CMakeFiles/Makefile2:235: CMakeFiles/FizzTool.dir/all] Error 2 make: *** [Makefile:182: all] Error 2

wangweiwei1188 commented 3 years ago

It's ok after I reboot the system.