|
I use Fedora core 2, and openssl-0.9.7, expat-1.95.7 is installed by rpm packages. I downloaded pwlib-1.5.2 and openh323-1.12.2 at my home directory(/root/root_src), asterisk 1.0.4 at directory /usr/src/ and have installed successfully. Asterisk is executed normally, but module chan_h323.so cannot be loaded. The message is : # asterisk ?vvvgc . .some message . Asterisk Ready. *CLI> load chan_h323.so /root/root_src/openh323/lib/libh323_linux_x86_r.so.1.12.2: undefined symbol: _Z13vpb_dial_synciPc Unable to load module chan_h323.so *CLI> Please give me your solutions. Thank you for your reading. My install log is : # tar xvfz pwlib-1.5.2.tar.gz # tar xvfz openh323-1.12.2.tar.gz # cd /root/root_src/pwlib # ./configure # make # cd /root/root_src/openh323 # ./configure # make opt # cd /usr/src # export CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/cvsroot # cvs login # cvs co -r v1-0 asterisk # echo $PWLIBDIR /root/root_src/pwlib # echo $OPENH323DIR /root/root_src/openh323 # echo $LD_LIBRARY_PATH /root/root_src/pwlib/lib:/root/root_src/openh323/lib # cd /usr/src/asterisk/channels/h323 # make # cd /usr/src/asterisk # make install |
_______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
