compiled agaist an openssl with no kerberos, but run with one with kerberos

Feb 8 19:50:57 cc ./sbin/opensips[10867]: INFO:tls_mgm:mod_init: initializing TLS management
Feb 8 19:50:57 cc ./sbin/opensips[10867]: INFO:tls_mgm:mod_init: disabling compression due ZLIB problems
Feb 8 19:50:57 cc ./sbin/opensips[10867]: INFO:tls_mgm:check_for_krb: KRB5 cipher KRB5-IDEA-CBC-SHA found
Feb 8 19:50:57 cc ./sbin/opensips[10867]:**** ERROR:tls_mgm:mod_init: compiled agaist an openssl with no kerberos, but run with one with kerberos
Feb 8 19:50:57 cc ./sbin/opensips[10867]: ERROR:core:init_mod: failed to initialize module tls_mgm
Feb 8 19:50:57 cc ./sbin/opensips[10867]: ERROR:core:main: error while initializing modules****

编译opensips后,加载tls_mgm.so提示错误,无法正常启动,需要配置wss 及tls,有人遇到过吗

看起来您已经针对没有Kerberos的OpenSSL版本编译了OpenSIP,但正在使用启用了Kerberos的版本运行它。要解决此问题,您需要使用启用Kerberos的OpenSSL版本重新编译OpenSIP。您可能还需要配置WSS和TLS以使模块正常工作。