Multiple Install errors on Asteirsk Addons 1-4-2

get multiple Install errors when trying to execute the “make install” command with Asteirsk Addons 1-4-2. I am also installing the latest release of asterisk, 1.4.11. Here’s a snip from my CLI:

make[1]: Entering directory /usr/src/asterisk-addons-1.4.2' gcc -g -c -fPIC -fPIC -o app_saycountpl.o app_saycountpl.c gcc -shared -Xlinker -x -o app_saycountpl.so app_saycountpl.o make[2]: Entering directory/usr/src/asterisk-addons-1.4.2/asterisk-ooh323c’
make all-am
make[3]: Entering directory /usr/src/asterisk-addons-1.4.2/asterisk-ooh323c' make[3]: Nothing to be done forall-am’.
make[3]: Leaving directory /usr/src/asterisk-addons-1.4.2/asterisk-ooh323c' make[2]: Leaving directory/usr/src/asterisk-addons-1.4.2/asterisk-ooh323c’
make[2]: Entering directory /usr/src/asterisk-addons-1.4.2/format_mp3' make[2]: Nothing to be done forall’.
make[2]: Leaving directory /usr/src/asterisk-addons-1.4.2/format_mp3' make[1]: Leaving directory/usr/src/asterisk-addons-1.4.2’
for x in app_addon_sql_mysql.so app_saycountpl.so cdr_addon_mysql.so res_config_mysql.so; do /usr/bin/install -c -m 755 $x /usr/lib/asterisk/modules ; done
make[1]: Entering directory /usr/src/asterisk-addons-1.4.2/format_mp3' /usr/bin/install -c -m 755 format_mp3.so /usr/lib/asterisk/modules make[1]: Leaving directory/usr/src/asterisk-addons-1.4.2/format_mp3’
make[1]: Entering directory /usr/src/asterisk-addons-1.4.2/asterisk-ooh323c' cp .libs/libchan_h323.so.1.0.1 /usr/lib/asterisk/modules/chan_ooh323.so cp: cannot stat.libs/libchan_h323.so.1.0.1’: No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/usr/src/asterisk-addons-1.4.2/asterisk-ooh323c’
make: *** [install] Error 2

I can see where the problems are, just dont know how to fix them. any ideas?

There is an issue with ooh232 when compiling the add ons. You need to change a filename (have not done it in a while). If you don’t need it (and chances are that you don’t) do make menuselect and take it out.