Hello ! First time I have instaled Asterisk without problem and working with a SIP clinet (X-Lite). Then I try to make the H323 with came with Asterisk. So, I DL pwlib v.1.5.2 in /root (./configure ; make) no errors DL openh323 in /root (./configure ; make opt): ------------ /root/openh323/src/h248.cxx:6178: internal error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. make[1]: *** [/root/openh323/lib/obj_linux_x86_r/h248.o] Error 1 make[1]: Leaving directory `/root/openh323/src' make: *** [opt] Error 2 [root@core openh323]# --------------------- Now Asterisk exit with this error when I try to start it: ------------------ ........more stuff........... [cdr_pgsql.so] => (PostgreSQL CDR Backend) == Parsing '/etc/asterisk/cdr_pgsql.conf': Found [chan_h323.so]Feb 16 13:02:21 WARNING[31879]: loader.c:258 ast_load_resource: libpt_linux_x86_r.so.1.5.2: cannot open shared object file: No such file or directory Feb 16 13:02:21 WARNING[31879]: loader.c:440 load_modules: Loading module chan_h323.so failed! [root@core asterisk-1.0.5]# -------------------- My system: Red Hat v.9.0 What can I do ? Thanks.
On Wednesday 16 February 2005 11:40, Nemesis wrote:> Hello ![...]> ast_load_resource: libpt_linux_x86_r.so.1.5.2: cannot open shared object > file: No such file or directory > Feb 16 13:02:21 WARNING[31879]: loader.c:440 load_modules: Loading module > chan_h323.so failed! > [root@core asterisk-1.0.5]# > -------------------- > My system: Red Hat v.9.0 > > What can I do ?Use google.
On Wed, 16 Feb 2005 15:42:18 +0200, Nemesis <nemesis@macro.dnsalias.com> wrote:> At 12:10 16-02-05 +0000, you wrote: > >On Wednesday 16 February 2005 11:40, Nemesis wrote: > > > Hello ! > >[...] > > > ast_load_resource: libpt_linux_x86_r.so.1.5.2: cannot open shared object > > > file: No such file or directory > > > Feb 16 13:02:21 WARNING[31879]: loader.c:440 load_modules: Loading module > > > chan_h323.so failed! > > > [root@core asterisk-1.0.5]# > > > -------------------- > > > My system: Red Hat v.9.0 > > > > > > What can I do ? > > > >Use google. > > Found nothing to solve this problem there :( > So if anybody now....I just pasted this line from your error message into Google: ast_load_resource: libpt_linux_x86_r.so.1.5.2: cannot open shared object and the top result looks to have some good advice for you. Did you try that? Peter -- Peter Bowyer Email: peter@bowyer.org Tel: +44 1296 768003 VoIP: sip:peter@bowyer.org
At 12:10 16-02-05 +0000, you wrote:>On Wednesday 16 February 2005 11:40, Nemesis wrote: > > Hello ! >[...] > > ast_load_resource: libpt_linux_x86_r.so.1.5.2: cannot open shared object > > file: No such file or directory > > Feb 16 13:02:21 WARNING[31879]: loader.c:440 load_modules: Loading module > > chan_h323.so failed! > > [root@core asterisk-1.0.5]# > > -------------------- > > My system: Red Hat v.9.0 > > > > What can I do ? > >Use google.Found nothing to solve this problem there :( So if anybody now....
At 13:41 16-02-05 +0000, you wrote:>On Wed, 16 Feb 2005 15:42:18 +0200, Nemesis <nemesis@macro.dnsalias.com> >wrote: > > At 12:10 16-02-05 +0000, you wrote: > > >On Wednesday 16 February 2005 11:40, Nemesis wrote: > > > > Hello ! > > >[...] > > > > ast_load_resource: libpt_linux_x86_r.so.1.5.2: cannot open shared > object > > > > file: No such file or directory > > > > Feb 16 13:02:21 WARNING[31879]: loader.c:440 load_modules: Loading > module > > > > chan_h323.so failed! > > > > [root@core asterisk-1.0.5]# > > > > -------------------- > > > > My system: Red Hat v.9.0 > > > > > > > > What can I do ? > > > > > >Use google. > > > > Found nothing to solve this problem there :( > > So if anybody now.... > >I just pasted this line from your error message into Google: > >ast_load_resource: libpt_linux_x86_r.so.1.5.2: cannot open shared object > >and the top result looks to have some good advice for you. Did you try that?I browse http://lists.digium.com/pipermail/asterisk-users/2003-December/031368.html and tryed what is there...again, but with no result. PWLIBDIR=$HOME/pwlib export PWLIBDIR OPENH323DIR=$HOME/openh323 export OPENH323DIR LD_LIBRARY_PATH=$PWLIBDIR/lib:$OPENH323DIR/lib export LD_LIBRARY_PATH I have discovert also that when I try: [root@core /]# echo $LD_LIBRARY_PATH [root@core /]# echo $PWLIBDIR [root@core /]# echo $OPENH323DIR [root@core /]# ...there is no answer...