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.