cdr_odbc.c does not compile on Asterisk 1.2.X

I’m trying to get Asterisk to compile with cdr_odbc.so, but it always get skipped.

Is there some prerequisite that I’m missing aside from the source that’s already there?

Any help is much appreciated, thanks!

Hi. Run ‘make menuconfig’, select the CDR section. Does XXX show up for cdr_odbc?
If so, cursor down to that item and the missing dependencies will be shown.

Of course, those dependencies may themselves have dependencies…

[quote=“Barry”]Hi. Run ‘make menuconfig’, select the CDR section. Does XXX show up for cdr_odbc?
If so, cursor down to that item and the missing dependencies will be shown.

Of course, those dependencies may themselves have dependencies…[/quote]
make: *** No rule to make target `menuconfig’. Stop.

I think menuconfig is 1.4.X specific?

Sorry, next time I’ll read the entire subject before replying. 1.4 says that cdr_odbc needs unixodbc & ltdl. Does this help?