This was noted in http://forums.contribs.org/index.php/topic,45563.0.html where a fix was provided.
Is this still the way to go?
Yes it is with minor variations:
1) No need to edit cdr_addon_mysql.c - in my case, done already.
Also not that this file is one directory below - check it just in case.
[root@sme75b2 asterisk-addons-1.4.10]# nano cdr_addon_mysql.c
[root@sme75b2 asterisk-addons-1.4.10]# cd cdr
[root@sme75b2 cdr]# ls
cdr_addon_mysql.c Makefile
You still have to do:
./configure
make menuselect
Click right Arrow and deselect app_saycountpl and chan_ooh323
[Note: 2 separate operations, scroll down to get second one...and SAVE!]
make
make install
2) Did not work until I did: Initialise / Regen / Commit / Stop / Reboot.
Now all is fine AFAICT.
Thanks Idkeen for legup!