tomcat编译native模块之后出现undefined symbol: BN_get_rfc3526_prime_8192
解决方法
编译native时候指定openssl目录版本必须1.0.2以上
[root@localhost bin]# ./configure --with-java-home=$JAVA_HOME --with-ssl=/usr/local
如果还不行,请重新编译openssl
编译native时候指定openssl目录版本必须1.0.2以上
[root@localhost bin]# ./configure --with-java-home=$JAVA_HOME --with-ssl=/usr/local
如果还不行,请重新编译openssl