[asterisk-users] problem compiling asterisk with cdr_odbc

2010-04-01 Thread Nathan Pryor
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

Re: [asterisk-users] problem compiling asterisk with cdr_odbc

2010-04-01 Thread Tilghman Lesher
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

Re: [asterisk-users] problem compiling asterisk with cdr_odbc

2010-04-01 Thread Nathan Pryor
Yes, after installation of the drivers I've tried: ./configure ./configure --with-unixodbc=/usr ./configure --with-unixodbc=/usr/lib None turn on cdr_odbc. I'm at a loss here. Is there anything in the configure output I should be looking for? On Thu, Apr 1, 2010 at 2:10 PM, Tilghman Lesher

Re: [asterisk-users] problem compiling asterisk with cdr_odbc

2010-04-01 Thread Jared Smith
- Nathan Pryor nathanpr...@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

Re: [asterisk-users] problem compiling asterisk with cdr_odbc

2010-04-01 Thread Nathan Pryor
I was missing libtool-ltdl-devel. Thanks! On Thu, Apr 1, 2010 at 2:48 PM, Jared Smith jsm...@digium.com wrote: - Nathan Pryor nathanpr...@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