安装medusa2.2报错
2019-09-29 本文已影响0人
Evangeline_喵喵
vnc.c:815:12: error: dereferencing pointer to incomplete type ‘DH’ {aka ‘struct dh_st’}
dh_struct->g = BN_new();
原因:使用了openssl 1.1.x 版本,导致API不一致引起
解决办法:安装低版本openssl1.0版本,apt-get install libssl1.0-dev