Tzafrir, that is the exact problem.<br><br>The solution has been doing the necesary symbolic links with the next steps:<br><br># cd /usr/share/pwlib<br># ln -s libpt.so.1.10.0 libpt_linux_x86_r.so<br># ln -s libpt.so.1.10.0
 libpt_linux_x86_r.so.1<br># ln -s libpt.so.1.10.0 libpt_linux_x86_r.so.1.9<br># ln -s libpt.so.1.10.0 libpt_linux_x86_r.so.1.9.2<br><br>Then, the configure script works with:<br># ./configure --with-pwlib=/usr/share/pwlib
<br><br>but:<br># ./configure --with-pwlib=/usr/share/pwlib --with-h323=/usr/share/openh323<br>.<br>.<br>.<br>checking for /usr/share/pwlib/version.h... yes<br>checking if PWLib version 1.10.0 is compatible with chan_h323... yes
<br>checking PWLib installation validity... yes<br>checking for /usr/share/openh323/version.h... yes<br>checking if OpenH323 version 1.18.0 is compatible with chan_h323... yes<br>checking OpenH323 build option... ls: /usr/share/openh323/lib/libh323_linux_x86_*.so*: No such file or directory
<br>notrace<br>checking OpenH323 installation validity... no<br>configure: ***<br>configure: *** The OPENH323 installation on this system appears to be broken.<br>configure: *** including --without-h323<br><br>Pavel, what files appear in your /usr/src/openh323/lib?
<br><br>Thank you very much to both.<br>Diego.<br>