0

当我注意到旁边有一个 XXX 时,我正试图用 chan_motif 重新编译星号。然后我检查了目录 /usr/src/asterisk-11.6.0/channels 才发现 Chan_motif.o、Chan_motif.so 和 Chan_motif.exports 都不见了。:? 只有 chan_motif.c 存在。我该如何解决?

提前致谢

4

2 回答 2

0

That mean you not installed pre-request for this library.

For module you mention most likly it is libice or jabber code.

于 2014-02-20T17:18:00.930 回答
0

chan_motif 需要两件事:

  1. res_xmpp 模块。这也取决于 chan_motif 的其他依赖项,这将是......
  2. iksemel 图书馆。

请注意,当您将光标移动到 menuselect 中的不可选择项(其中一个带有 XXX 的项)上时,menuselect 将告诉您不可选择项依赖于哪些模块和库。

于 2014-02-21T02:27:29.660 回答