<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
</HEAD>
<BODY style="font-size:9pt">
I use Fedora core 2, and openssl-0.9.7, expat-1.95.7 is installed by rpm packages.<br>
<br>
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.<br>
<br>
Asterisk is executed normally, but module chan_h323.so cannot be loaded.<br>
<br>
The message is :<br>
<br>
# asterisk ?vvvgc<br>
.<br>
.some message<br>
.<br>
Asterisk Ready.<br>
*CLI> load chan_h323.so<br>
/root/root_src/openh323/lib/libh323_linux_x86_r.so.1.12.2: undefined symbol: _Z13vpb_dial_synciPc<br>
Unable to load module chan_h323.so<br>
*CLI><br>
<br>
<br>
Please give me your solutions. Thank you for your reading.<br>
<br>
My install log is :<br>
<br>
# tar xvfz pwlib-1.5.2.tar.gz<br>
# tar xvfz openh323-1.12.2.tar.gz<br>
# cd /root/root_src/pwlib<br>
# ./configure<br>
# make<br>
# cd /root/root_src/openh323<br>
# ./configure<br>
# make opt<br>
# cd /usr/src<br>
# export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot<br>
# cvs login<br>
# cvs co -r v1-0 asterisk<br>
# echo $PWLIBDIR<br>
/root/root_src/pwlib<br>
# echo $OPENH323DIR<br>
/root/root_src/openh323<br>
# echo $LD_LIBRARY_PATH<br>
/root/root_src/pwlib/lib:/root/root_src/openh323/lib<br>
# cd /usr/src/asterisk/channels/h323<br>
# make<br>
../../mkdep -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN -DNDEBUG -DDO_CRASH -DDEBUG_T<br>
HREADS -pipe -Wall -fPIC -DP_LINUX -D_REENTRANT -D_GNU_SOURCE -DP_HAS_SEMAPHORES -<br>
DP_SSL -DP_PTHREADS -DPHAS_TEMPLATES -DPTRACING -DP_USE_PRAGMA -I../../include -I/<br>
root/root_src/pwlib/include/ptlib/unix -I/root/root_src/pwlib/include -I/root/root<br>
_src/openh323/include -Wno-missing-prototypes -Wno-missing-declarations `ls *.cpp`<br>
g++ -g -c -fno-rtti -o ast_h323.o -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN -DNDEBU<br>
G -DDO_CRASH -DDEBUG_THREADS -pipe -Wall -fPIC -DP_LINUX -D_REENTRANT -D_GNU_SOURC<br>
E -DP_HAS_SEMAPHORES -DP_SSL -DP_PTHREADS -DPHAS_TEMPLATES -DPTRACING -DP_USE_PRAG<br>
MA -I../../include -I/root/root_src/pwlib/include/ptlib/unix -I/root/root_src/pwli<br>
b/include -I/root/root_src/openh323/include -Wno-missing-prototypes -Wno-missing-d<br>
eclarations ast_h323.cpp<br>
cc1plus: warning: "-Wno-missing-declarations" is valid for C/ObjC but not for<br>
   C++<br>
chan_h323.h:31: warning: `sockaddr_in bindaddr' defined but not used<br>
ar cr libchanh323.a ast_h323.o<br>
# cd /usr/src/asterisk<br>
# make install<br>
<img src="http://mail.7gnt.com/cgi-bin/chmail/index.cgi?do=chwmcty&mid=1108360055.11143&l=7gnt.com@autofolder&c=asterisk-users@lists.digium.com" width="0" height="0"><P>======================================================================<br>
<br>
??? ??? ?? ?? ??<br>
<br>
??<br>
<br>
???? ? ???? ??? ??????
</BODY>
</HTML>