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&#39;<br>gcc&nbsp; -pipe&nbsp; -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3&nbsp; -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE&nbsp; -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -fomit-frame-pointer&nbsp; -fPIC -DFREETDS_PRE_0_62&nbsp;&nbsp; -c -o cdr_tds.o cdr_tds.c
<br>cdr_tds.c:82:2: warning: #warning &quot;You have older TDS, you should upgrade!&quot;<br>cdr_tds.c: In function `tds_log&#39;:<br>cdr_tds.c:208: error: too many arguments to function `tds_process_simple_query&#39;<br>
cdr_tds.c: In function `mssql_connect&#39;:<br>cdr_tds.c:326: error: `TDSCONNECTINFO&#39; 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&#39; undeclared (first use in this function)<br>cdr_tds.c:349: error: too few arguments to function `tds_alloc_context&#39;<br>cdr_tds.c:375: warning: implicit declaration of function `tds_free_connect&#39;
<br>cdr_tds.c:389: error: `result_type&#39; undeclared (first use in this function)<br>cdr_tds.c:389: error: too many arguments to function `tds_process_simple_query&#39;<br>cdr_tds.c: In function `tds_load_module&#39;:<br>
cdr_tds.c:429: warning: unused variable `result_type&#39;<br>make[1]: *** [cdr_tds.o] Error 1<br>make[1]: Leaving directory `/home/matth/asterisk126/asterisk-1.2.6/cdr&#39;<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.&nbsp; Any idea why only on this one would I get a TDS error on make?<br><br>Linux&nbsp; 2.6.9-34.0.2.ELsmp #1 SMP Fri Jul 7 19:52:49 CDT 2006 i686 i686 i386 GNU/Linux
<br><br>