Help asterisk-addons 1.4.2

hello forum, I have managed to install asterisk-1.4.11, zaptel 1.4.2, libpri 1.4.1, but when I am finishing installing asterisk-addons shows this error to me and it does not finish installin

./configure
make
make install

make[1]: Entering directory
/usr/src/asterisk/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/asterisk-addons-1.4.2/asterisk-ooh323cā€™
make: *** [install] Error 2

help me please with this error?

I am using centos 5
:confused:

Type this line out and try to recompile.

thanks, you can explain to me that it means the line that you wrote to me, asterisk-addons was installed

richard gutierrez

one problem about this is chan_h323 was not loaded or installed? am I correct?

you can check by going to /usr/local/asterisk/modules (or to the modules directory where you installed asterisk) and checking if there is a chan_ooh323.so

I have it

ls -l chan_
chan_agent.so chan_local.so chan_oss.so chan_skinny.so
chan_alsa.so chan_mgcp.so chan_phone.so chan_zap.so
chan_iax2.so chan_ooh323.so chan_sip.so
[root@shark modules]# ls -l chan_ooh323.so
-rwxr-xr-x 1 root root 2043862 Sep 24 14:04 chan_ooh323.so
[root@shark modules]# pwd
/usr/lib/asterisk/modules

:confused: