[asterisk-dev] Problem with h323 support

Diego Moreno dmoreno at dit.upm.es
Fri Dec 15 06:58:07 MST 2006


Tzafrir, that is the exact problem.

The solution has been doing the necesary symbolic links with the next steps:

# cd /usr/share/pwlib
# ln -s libpt.so.1.10.0 libpt_linux_x86_r.so
# ln -s libpt.so.1.10.0 libpt_linux_x86_r.so.1
# ln -s libpt.so.1.10.0 libpt_linux_x86_r.so.1.9
# ln -s libpt.so.1.10.0 libpt_linux_x86_r.so.1.9.2

Then, the configure script works with:
# ./configure --with-pwlib=/usr/share/pwlib

but:
# ./configure --with-pwlib=/usr/share/pwlib --with-h323=/usr/share/openh323
.
.
.
checking for /usr/share/pwlib/version.h... yes
checking if PWLib version 1.10.0 is compatible with chan_h323... yes
checking PWLib installation validity... yes
checking for /usr/share/openh323/version.h... yes
checking if OpenH323 version 1.18.0 is compatible with chan_h323... yes
checking OpenH323 build option... ls:
/usr/share/openh323/lib/libh323_linux_x86_*.so*: No such file or directory
notrace
checking OpenH323 installation validity... no
configure: ***
configure: *** The OPENH323 installation on this system appears to be
broken.
configure: *** including --without-h323

Pavel, what files appear in your /usr/src/openh323/lib?

Thank you very much to both.
Diego.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20061215/18961fd2/attachment.htm


More information about the asterisk-dev mailing list