live555 icon indicating copy to clipboard operation
live555 copied to clipboard

linux build failed

Open justdomyself opened this issue 2 years ago • 1 comments

./genMakefiles linux make -j4

error msg: include/TLSState.hh:34:10: fatal error: openssl/ssl.h: No such file or directory 34 | #include <openssl/ssl.h> | ^~~~~~~~~~~~~~~ compilation terminated.

justdomyself avatar Sep 26 '23 01:09 justdomyself

@justdomyself You can try to "sudo apt-get install libssl-dev"

ruikangPeng avatar Oct 08 '23 03:10 ruikangPeng