Nathan Pryor
2010-Apr-01 18:36 UTC
[asterisk-users] problem compiling asterisk with cdr_odbc
"make menuconfig" does not show cdr_odbc as a selectable compile option. I have compiled and installed both unixODBC and freetds from source and have verified both successfully connect to my sql server. Both were installed to standard locations (/usr/lib). I had no problem compiling cdr_odbc on my test server(CentOS 4.6), however following the same steps on my production server (CentOS 5.4) gives no joy. asterisk-1.6.2.0 unixODBC-2.2.14-p2 freetds-0.82 Any help is greatly appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100401/95ccc94b/attachment.htm
Tilghman Lesher
2010-Apr-01 19:10 UTC
[asterisk-users] problem compiling asterisk with cdr_odbc
On Thursday 01 April 2010 13:36:00 Nathan Pryor wrote:> "make menuconfig" does not show cdr_odbc as a selectable compile option. I > have compiled and installed both unixODBC and freetds from source and have > verified both successfully connect to my sql server. Both were installed to > standard locations (/usr/lib). I had no problem compiling cdr_odbc on my > test server(CentOS 4.6), however following the same steps on my production > server (CentOS 5.4) gives no joy. > > asterisk-1.6.2.0 > unixODBC-2.2.14-p2 > freetds-0.82 > > Any help is greatly appreciated.Did you remember to run ./configure AFTER installing the above packages? -- Tilghman Lesher Digium, Inc. | Senior Software Developer twitter: Corydon76 | IRC: Corydon76-dig (Freenode) Check us out at: www.digium.com & www.asterisk.org
Jared Smith
2010-Apr-01 19:48 UTC
[asterisk-users] problem compiling asterisk with cdr_odbc
----- "Nathan Pryor" <nathanpryor at gmail.com> wrote: "make menuconfig" does not show cdr_odbc as a selectable compile option. I have compiled and installed both unixODBC and freetds from source and have verified both successfully connect to my sql server. Both were installed to standard locations (/usr/lib). I had no problem compiling cdr_odbc on my test server(CentOS 4.6), however following the same steps on my production server (CentOS 5.4) gives no joy. Install the 'libtool-ltdl' and 'libtool-ltdl-devel' packages, and then re-run ./configure. -- Jared Smith Digium, Inc. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100401/897e2192/attachment.htm