rgaufman / live555

A mirror of the live555 source code.
GNU Lesser General Public License v3.0
767 stars 370 forks source link

linux build failed #47

Open justdomyself opened 1 year ago

justdomyself commented 1 year ago

./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.

ruikangPeng commented 1 year ago

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