I have installed Asterisk with FreeTDS many times before (this same Asterisk and same TDS version)... but today when I did the make it gave me this error:<br><br>ake[1]: Entering directory `/home/matth/asterisk126/asterisk-
1.2.6/cdr'<br>gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -fPIC -DFREETDS_PRE_0_62 -c -o cdr_tds.o cdr_tds.c
<br>cdr_tds.c:82:2: warning: #warning "You have older TDS, you should upgrade!"<br>cdr_tds.c: In function `tds_log':<br>cdr_tds.c:208: error: too many arguments to function `tds_process_simple_query'<br>
cdr_tds.c: In function `mssql_connect':<br>cdr_tds.c:326: error: `TDSCONNECTINFO' undeclared (first use in this function)<br>cdr_tds.c:326: error: (Each undeclared identifier is reported only once<br>cdr_tds.c:326: error: for each function it appears in.)
<br>cdr_tds.c:326: error: `connection' undeclared (first use in this function)<br>cdr_tds.c:349: error: too few arguments to function `tds_alloc_context'<br>cdr_tds.c:375: warning: implicit declaration of function `tds_free_connect'
<br>cdr_tds.c:389: error: `result_type' undeclared (first use in this function)<br>cdr_tds.c:389: error: too many arguments to function `tds_process_simple_query'<br>cdr_tds.c: In function `tds_load_module':<br>
cdr_tds.c:429: warning: unused variable `result_type'<br>make[1]: *** [cdr_tds.o] Error 1<br>make[1]: Leaving directory `/home/matth/asterisk126/asterisk-1.2.6/cdr'<br>make: *** [subdirs] Error 1<br><br>We have freetds-0.64
installed, which is what we are running on all of our other servers. Any idea why only on this one would I get a TDS error on make?<br><br>Linux 2.6.9-34.0.2.ELsmp #1 SMP Fri Jul 7 19:52:49 CDT 2006 i686 i686 i386 GNU/Linux
<br><br>