问题描述
我想加载res_odbc.so但在/etc/lib/asterisk/modules中没有res_odbc.so我了解,安装星号时应选择res_odbc但无法选择
I want to load res_odbc.so but not have res_odbc.so in /etc/lib/asterisk/modulesI understand, I should select res_odbc when install asteriskbut can not select it
使菜单选择[XXX] res_odbc
make menuselect[XXX] res_odbc
为什么我不能选择它我安装了Asterisk 1.8,CentOS我已经安装了ODBC.
Why I can't select itI installed Asterisk 1.8, CentOSI already installed ODBC.
我该怎么办?请帮帮我.
What should I do? Help me please.
T_T
推荐答案
请确保还安装了相关的devel软件包.
Make sure that you have the related devel packages installed, as well.
# yum install unixODBC unixODBC-devel libtool-ltdl libtool-ltdl-devel
完成此操作后,请确保重新运行Asterisk配置脚本.然后检查menuselect,res_odbc应该可用.
Once you have done that, be sure to re-run the Asterisk configure script. Then check menuselect and res_odbc should be available.
# ./configure
# make menuselect
星号:权威指南"中的关系数据库集成一章"将更详细地介绍该主题.
The Relational Database Integration chapter of "Asterisk: The Definitive Guide" covers this topic in more detail.
这篇关于我如何加载res_odbc.so的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!