<DIV>hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am not sure I did all that, I should try and see what happens...</DIV>
<DIV>I will let you know if the problem is from the makefile...</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR><B><I>ruixun wu &lt;ruixunwu@yahoo.ca&gt;</I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">hi Soumaya,<BR>I typed ldd /usr/lib/asterisk/modules/chan_oh323.so,<BR>and my result is a little different with yours. The<BR>address are different.<BR><BR>liboh323wrap.so =&gt;<BR>/usr/local/lib/liboh323wrap.so (0x4002f000)<BR>libh323_linux_x86_r.so.1.13.5 =&gt;<BR>/usr/local/lib/libh323_linux_x86_r.so.1.13.5<BR>(0x40069000)<BR>libpt_linux_x86_r.so.1.6.6 =&gt;<BR>/usr/local/lib/libpt_linux_x86_r.so.1.6.6 (0x408c1000)<BR>libstdc++.so.5 =&gt; /usr/lib/libstdc++.so.5<BR>(0x40b60000)<BR>libpthread.so.0 =&gt; /lib/tls/libpthread.so.0<BR>(0x40c13000)<BR>libdl.so.2 =&gt; /lib/libdl.so.2 (0x40c21000)<BR>libc.so.6 =&gt; /lib/tls/libc.so.6 (0x42000000)<BR>libldap.so.2 =&gt; /usr/lib/libldap.so.2<BR>(0x40c26000)<BR>libldap_r.so.2 =&gt; /usr/lib/libldap_r.so.2<BR>(0x40c51000)<BR>liblber.so.2 =&gt; /usr/lib/liblber.so.2<BR>(0x40c7f000)<BR>libsasl.so.7 =&gt;
 /usr/lib/libsasl.so.7<BR>(0x40c8a000)<BR>libssl.so.4 =&gt; /lib/libssl.so.4 (0x40c95000)<BR>libcrypto.so.4 =&gt; /lib/libcrypto.so.4<BR>(0x40ccb000)<BR>libexpat.so.0 =&gt; /usr/lib/libexpat.so.0<BR>(0x40dbc000)<BR>libresolv.so.2 =&gt; /lib/libresolv.so.2<BR>(0x40ddc000)<BR>libm.so.6 =&gt; /lib/tls/libm.so.6 (0x40dee000)<BR>libgcc_s.so.1 =&gt; /lib/libgcc_s.so.1<BR>(0x40e10000)<BR>/lib/ld-linux.so.2 =&gt; /lib/ld-linux.so.2<BR>(0x80000000)<BR>libgdbm.so.2 =&gt; /usr/lib/libgdbm.so.2<BR>(0x40e19000)<BR>libcrypt.so.1 =&gt; /lib/libcrypt.so.1<BR>(0x40e20000)<BR>libpam.so.0 =&gt; /lib/libpam.so.0 (0x40e4d000)<BR>libgssapi_krb5.so.2 =&gt;<BR>/usr/kerberos/lib/libgssapi_krb5.so.2 (0x40e55000)<BR>libkrb5.so.3 =&gt; /usr/kerberos/lib/libkrb5.so.3<BR>(0x40e68000)<BR>libcom_err.so.3 =&gt;<BR>/usr/kerberos/lib/libcom_err.so.3 (0x40ec6000)<BR>libk5crypto.so.3 =&gt;<BR>/usr/kerberos/lib/libk5crypto.so.3 (0x40ec9000)<BR>libz.so.1 =&gt; /usr/lib/libz.so.1 (0x40ed9000)<BR><BR><BR>when I complied the
 oh323, I modified the Makefile.I<BR>changed the valuse of OH323WRAPINCLUDE.<BR><BR>The default valuse is<BR>OH323WRAPINCLUDE= \ -I$(PWLIBDIR)/include/ptlib/unix \<BR>-I$(PWLIBDIR)/include \<BR>-I$(OPENH323DIR)/include \<BR>-I$(OPENH323DIR)/include/openh323 \<BR>-I../asterisk-driver<BR># -I$(SSLINCDIR)<BR><BR>and I changed to<BR>OH323WRAPINCLUDE= \ -I$(PWLIBDIR)/include/ptlib \<BR>-I$(PWLIBDIR)/include \<BR>-I$(OPENH323DIR)/include \<BR>-I$(OPENH323DIR)/include/openh323 \<BR>-I../asterisk-driver<BR># -I$(SSLINCDIR)<BR><BR><BR>is this something to do with the problem? Soumaya, did<BR>you edited the Makefile?<BR><BR>Thanks for the reply!<BR>Best Regards<BR>Rui<BR><BR><BR><BR>--- Fathallah Soumaya <FATHALLAHS@YAHOO.FR>wrote: &gt;<BR>ok, I typed ldd<BR>&gt; /usr/lib/asterisk/modules/chan_oh323.so and I have :<BR>&gt; <BR>&gt; liboh323wrap.so =&gt; /usr/local/lib/liboh323wrap.so<BR>&gt; (0x40037000)<BR>&gt; libh323_linux_x86_r.so.1.13.5 =&gt;<BR>&gt;
 /usr/local/lib/libh323_linux_x86_r.so.1.13.5<BR>&gt; (0x40064000)<BR>&gt; libpt_linux_x86_r.so.1.6.6 =&gt;<BR>&gt; /usr/local/lib/libpt_linux_x86_r.so.1.6.6<BR>&gt; (0x408bc000)<BR>&gt; libstdc++.so.5 =&gt; /usr/lib/libstdc++.so.5<BR>&gt; (0x40b5b000)<BR>&gt; libpthread.so.0 =&gt; /lib/tls/libpthread.so.0<BR>&gt; (0x40c0e000)<BR>&gt; libdl.so.2 =&gt; /lib/libdl.so.2 (0x40c1c000)<BR>&gt; libc.so.6 =&gt; /lib/tls/libc.so.6 (0x42000000)<BR>&gt; libldap.so.2 =&gt; /usr/lib/libldap.so.2<BR>&gt; (0x40c1f000)<BR>&gt; libldap_r.so.2 =&gt; /usr/lib/libldap_r.so.2<BR>&gt; (0x40c4a000)<BR>&gt; liblber.so.2 =&gt; /usr/lib/liblber.so.2<BR>&gt; (0x40c78000)<BR>&gt; libsasl.so.7 =&gt; /usr/lib/libsasl.so.7<BR>&gt; (0x40c83000)<BR>&gt; libssl.so.4 =&gt; /lib/libssl.so.4 (0x40c8f000)<BR>&gt; libcrypto.so.4 =&gt; /lib/libcrypto.so.4<BR>&gt; (0x40cc4000)<BR>&gt; libexpat.so.0 =&gt; /usr/lib/libexpat.so.0<BR>&gt; (0x40db5000)<BR>&gt; libresolv.so.2 =&gt; /lib/libresolv.so.2<BR>&gt; (0x40dd5000)<BR>&gt;
 libm.so.6 =&gt; /lib/tls/libm.so.6 (0x40de7000)<BR>&gt; libgcc_s.so.1 =&gt; /lib/libgcc_s.so.1<BR>&gt; (0x40e09000)<BR>&gt; /lib/ld-linux.so.2 =&gt; /lib/ld-linux.so.2<BR>&gt; (0x80000000)<BR>&gt; libgdbm.so.2 =&gt; /usr/lib/libgdbm.so.2<BR>&gt; (0x40e12000)<BR>&gt; libcrypt.so.1 =&gt; /lib/libcrypt.so.1<BR>&gt; (0x40e19000)<BR>&gt; libpam.so.0 =&gt; /lib/libpam.so.0 (0x40e46000)<BR>&gt; libgssapi_krb5.so.2 =&gt;<BR>&gt; /usr/kerberos/lib/libgssapi_krb5.so.2 (0x40e4e000)<BR>&gt; libkrb5.so.3 =&gt;<BR>&gt; /usr/kerberos/lib/libkrb5.so.3<BR>&gt; (0x40e61000)<BR>&gt; libk5crypto.so.3 =&gt;<BR>&gt; /usr/kerberos/lib/libk5crypto.so.3 (0x40ec0000)<BR>&gt; libcom_err.so.3 =&gt;<BR>&gt; /usr/kerberos/lib/libcom_err.so.3 (0x40ed0000)<BR>&gt; libz.so.1 =&gt; /usr/lib/libz.so.1 (0x40ed2000)<BR>&gt; <BR>&gt; <BR>&gt; do you have an idea how to solve my problem?<BR>&gt; <BR>&gt; Thank you so much<BR>&gt; Best Regards,<BR>&gt; Soumaya<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ---
 Michael Manousos <MANOUSOS@INACCESSNETWORKS.COM><BR>&gt; a<BR>&gt; écrit : &gt; <BR>&gt; &gt; It seems that you use wrong versions of the<BR>&gt; &gt; libraries at<BR>&gt; &gt; run-time (probably the distribution's libraries?).<BR>&gt; &gt; Do a<BR>&gt; &gt; <BR>&gt; &gt; ldd /usr/lib/asterisk/modules/chan_oh323.so<BR>&gt; &gt; <BR>&gt; &gt; Michael.<BR>&gt; &gt; <BR>&gt; &gt; <BR><BR><BR>______________________________________________________________________ <BR>Post your free ad now! http://personals.yahoo.ca<BR>_______________________________________________<BR>Asterisk-Users mailing list<BR>Asterisk-Users@lists.digium.com<BR>http://lists.digium.com/mailman/listinfo/asterisk-users<BR>To UNSUBSCRIBE or update options visit:<BR>http://lists.digium.com/mailman/listinfo/asterisk-users<BR></BLOCKQUOTE><p>
                <hr size=1>
Créez gratuitement votre Yahoo! Mail avec <font color="red"><b>100 Mo de stockage !</b></font>
<br><a href="http://fr.rd.yahoo.com/mail/taglines/*http://fr.rd.yahoo.com/evt=25917/*http://fr.rd.yahoo.com/mail/mail_taglines_100/default/*http://fr.benefits.yahoo.com/">Créez votre Yahoo! Mail</a>
<br><br>
Dialoguez en direct avec vos amis grâce à <a href="http://fr.rd.yahoo.com/mail/taglines/*http://fr.rd.yahoo.com/messenger/mail_taglines/default/*http://fr.messenger.yahoo.com/">Yahoo! Messenger !</a>