问题
I want to load res_odbc.so but not have res_odbc.so in /etc/lib/asterisk/modules I understand, I should select res_odbc when install asterisk but can not select it
make menuselect [XXX] res_odbc
Why I can't select it I installed Asterisk 1.8, CentOS I already installed ODBC.
What should I do? Help me please.
T_T
回答1:
Make sure that you have the related devel packages installed, as well.
# yum install unixODBC unixODBC-devel libtool-ltdl libtool-ltdl-devel
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.
来源:https://stackoverflow.com/questions/7835551/how-can-i-load-res-odbc-so