Asterisk Addon install problems

I 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?

I don’t know what you’ve done before trying to installing addons, so…

First:
you need to install dependencies for Asterisk
Then:
You need to install asterisk
Then:
Need to install dependencies for addons
Then
Install addons

Before ‘make install’ you need to issue ‘make’

Also make sure you don’t have files missing in addons directory.

I get the same thing, looks to me like it chokes on not having h323 support installed in asterisk… I havent tried re-installing asterisk just to turn that on but from what I can see it is missing the h323 module.
-Christopher

There was a bug with H323 part. try to cp the file over manually.