Frank Church
2012-Feb-06 13:39 UTC
[asterisk-users] What packages are required to get cdr_adaptive_odbc to be compiled in Asterisk?
When I do a make menuselect cdr_adaptive_odbc is disabled. What packages are required to enable it? Even after executing apt-get install unixodbc libmyodbc odbc-postgresql tdsodbc unixodbc-bin it is still disabled. What am I missing? /voipfc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120206/57233a13/attachment.htm>
Rebecca Robinson
2012-Feb-06 13:44 UTC
[asterisk-users] What packages are required to getcdr_adaptive_odbc to be compiled in Asterisk?
I have cdr_adaptive_odbc compiled on my test box. The following odbc packages are installed. I'm mainly using mysql though so not even using this module. We just compiled all modules in case we wanted to use them in devel/testing. root at telco01 /usr/local/src/asterisk-1.8.5.0 # rpm -qa | grep -i odbc unixODBC-2.2.14-11.el6.x86_64 mysql-connector-odbc-5.1.5r1144-7.el6.x86_64 unixODBC-devel-2.2.14-11.el6.x86_64 Becca From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Frank Church Sent: Monday, February 06, 2012 7:39 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] What packages are required to getcdr_adaptive_odbc to be compiled in Asterisk? When I do a make menuselect cdr_adaptive_odbc is disabled. What packages are required to enable it? Even after executing apt-get install unixodbc libmyodbc odbc-postgresql tdsodbc unixodbc-bin it is still disabled. What am I missing? /voipfc Confidentiality Statement & Notice: This email is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and intended only for the use of the individual or entity to whom it is addressed. Any review, retransmission, dissemination to unauthorized persons or other use of the original message and any attachments is strictly prohibited. If you received this electronic transmission in error, please reply to the above-referenced sender about the error and permanently delete this message. Thank you for your cooperation. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120206/920cdd36/attachment.htm>
A J Stiles
2012-Feb-06 14:43 UTC
[asterisk-users] What packages are required to get cdr_adaptive_odbc to be compiled in Asterisk?
On Monday 06 February 2012, Frank Church wrote:> When I do a make menuselect cdr_adaptive_odbc is disabled. > > What packages are required to enable it? > > Even after executing apt-get install unixodbc libmyodbc odbc-postgresql > tdsodbc unixodbc-bin it is still disabled. > > What am I missing?Almost certainly a -dev (or -devel on RPM-based systems) package that goes with one of the packages you installed. Try # apt-get install unixodbc-dev -- AJS Answers come *after* questions.