[Asterisk-Users] Asterisk exist with error

2005-02-16 Thread Nemesis
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
[EMAIL PROTECTED] 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!
[EMAIL PROTECTED] asterisk-1.0.5]#

My system: Red Hat v.9.0

What can I do ?
Thanks. 

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk exist with error

2005-02-16 Thread Bob Goddard
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!
 [EMAIL PROTECTED] asterisk-1.0.5]#
 
 My system: Red Hat v.9.0

 What can I do ?

Use google.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk exist with error

2005-02-16 Thread Nemesis
At 12:10 16-02-05 +, 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!
 [EMAIL PROTECTED] 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 

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk exist with error

2005-02-16 Thread Peter Bowyer
On Wed, 16 Feb 2005 15:42:18 +0200, Nemesis [EMAIL PROTECTED] wrote:
 At 12:10 16-02-05 +, 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!
   [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
Tel: +44 1296 768003
VoIP: sip:[EMAIL PROTECTED]
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk exist with error

2005-02-16 Thread Nemesis
At 13:41 16-02-05 +, you wrote:
On Wed, 16 Feb 2005 15:42:18 +0200, Nemesis [EMAIL PROTECTED] 
wrote:
 At 12:10 16-02-05 +, 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!
   [EMAIL PROTECTED] 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:
[EMAIL PROTECTED] /]# echo $LD_LIBRARY_PATH
[EMAIL PROTECTED] /]# echo $PWLIBDIR
[EMAIL PROTECTED] /]# echo $OPENH323DIR
[EMAIL PROTECTED] /]#
...there is no answer...
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users