Сборка астериск.
Взял 1.4.2. asterisk. Распаковал, собрал и поставил, то, что мне нужно: postgre, llibpri, h323, pwlib, zaptel.
в директории с asterisk пускаю configure
./configure --with-postgre=/usr/local/pgsql/ --with-pwlib=/usr/local/ --with-h323=/usr/local/ --with-pri=/usr/ --with-zaptel=/usr/
Все, что мне надо подхватывается, из лога видно:
--cut--
checking if PWLib version 1.11.0 is compatible with chan_h323... yes
checking PWLib installation validity... yes
--cut--
И так далее.
А вот потом вылезает такая ерунда и нисместа :(
--cut--
g++ -DNDEBUG -I../../include -include ../../include/asterisk/autoconfig.h -fPIC -DP_USE_PRAGMA -D_REENTRANT -Wall -fPIC -DPIC -I/usr/local/share/pwlib//include -DPTRACING -I/usr/local/src/openh323_v1_19_0_1/include -Os -pipe -felide-constructors -Wreorder -c cisco-h225.cxx -o cisco-h225.o
g++ -DNDEBUG -I../../include -include ../../include/asterisk/autoconfig.h -fPIC -DP_USE_PRAGMA -D_REENTRANT -Wall -fPIC -DPIC -I/usr/local/share/pwlib//include -DPTRACING -I/usr/local/src/openh323_v1_19_0_1/include -Os -pipe -felide-constructors -Wreorder -c caps_h323.cxx -o caps_h323.o
ar crv libchanh323.a ./ast_h323.o ./compat_h323.o ./cisco-h225.o ./caps_h323.o
a - ./ast_h323.o
a - ./compat_h323.o
a - ./cisco-h225.o
a - ./caps_h323.o
***************************************************************
********** Re-run 'make' to pick up H.323 parameters **********
***************************************************************
make[1]: *** [h323/libchanh323.a] Ошибка 1
make: *** [channels] Ошибка 2
--cut--
Собственно, "Re-run 'make'" ничего не дал, все то же самое.
У кого нить было? ЧТо делать?
p.s. Ищу пока в доках, но пока безрезультатно :(
|