且当我不存在 2023-02-08 19:55 采纳率: 0%
浏览 8

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,有人遇到过吗

  • 写回答

1条回答 默认 最新

  • QQ号3218413 2023-02-08 20:48
    关注

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

    评论

报告相同问题?

问题事件

  • 创建了问题 2月8日