[asterisk-users] FreeTDS (Microsoft MsSQL 2008) and CDR

A J Stiles asterisk_list at earthshod.co.uk
Mon Jul 26 04:10:21 CDT 2010


On Monday 26 Jul 2010, Andraž wrote:
> Hi,
>
> I have Ubuntu server 10.04 64bit, and Asterisk 1.4.34, compiled from
> sources. I installed freetds-common,freetds-dev, libct4, libsybdb5,
> freetds-bin, but, when I run configure and then make menuconfig in section
> "Call Detail Recording" -> "cdr_tds" it's "disabled". It only writes that
> "Depends on: freetds(E)". On another server (same configuration) I
> installed the same packages, and it's working fine. Any suggestions, what I
> did wrong?

Run
$ dpkg -l
on both boxes, and compare the output.  (Don't forget, you can always do 
something like
$ ssh 10.11.12.13 'dpkg -l' > other_box_packages
to run a command on another machine and trap its output in a file on yours.  
Just substitute the appropriate IP address or hostname.)

Chances are, there's a -dev package you've missed out.

(Why distributions still persist in separating out -dev packages in these days 
of fast CPUs, broadband internet connections and terabyte hard disks is 
beyond me, but that's for another day .....)

-- 
AJS



More information about the asterisk-users mailing list