Can't build addons w/Fedora 7 or Centos 5

I’m sure someone else has seen this, but I can’t find the topic here.

I wanted to build asterisk from the latest tarballs. Namely:

asterisk-1.4.4.tar.gz
asterisk-addons-1.4.1.tar.gz
libpri-1.4.0.tar.gz
zaptel-1.4.3.tar.gz

Everything went fine until I built I did the make install of addons. This produced the following messages:

make[1]: Entering directory /usr/src/asterisk-addons-1.4.1/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.1/asterisk-ooh323c’
make: *** [install] Error 2

In fact, if you look in asterisk-ooh323c/.libs the library file is missing the “.so”.

What am I missing.

FYI, neither system has libopenh323 code installed.

jwramseyjr,

I ran into the exact same problem. After looking at the Makefile I noticed it only copies the libchan_h323.1.0.1 (I left out the ‘so’) to /usr/lib/asterisk/modules/chan_ooh323.so

You can do this manually.

Also, running make samples does not work…but it is fixed by copying the h323.conf.sample file to /etc/asterisk/ooh323.conf

openh323 is not required for this channel to be loaded…

Hope this helps…

If you do not need h323 support, just ignore that.

Ironically, they have released addon 1.4.2, but the make but is still there.