similar to: Oh323 compilation errors

Displaying 20 results from an estimated 300 matches similar to: "Oh323 compilation errors"

2005 Jan 15
0
oh323 compile error
I am trying to compile oh323 and having the following error. Can anyone help please?! This is my third post. These are the versions I am using: Compilation Error: -------------------------- g++ -o obj_linux_x86_r/simph323 -s -L/root/pwlib/lib -L/root/openh323/lib ./obj_linux_x86_r/main.o -lh323_linux_x86_r -lpt_linux_x86_r -lpthread -lssl -lcrypto -lexpat -lresolv -ldl
2005 Jul 28
0
oh323 compile problem
Hi, Anybody know what is the problem when I tried to compile oh323 ? /root/oh323/openh323/lib/libh323_linux_x86_r.so: undefined reference to `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()' /root/oh323/openh323/../pwlib/lib/libpt_linux_x86_r.so: undefined reference to `std::basic_iostream<char, std::char_traits<char> >::basic_iostream
2004 Jun 22
2
pwlib compile error
I am trying to compile pwlib in order to get h323 support working. Most of the compile is fine except it falls over at the point below. Does anyone have a solution? Thanks Johan make[2]: Entering directory `/root/pwlib/tools/asnparser' g++ -o obj_linux_x86_r/asnparser -Wl,--gc-sections -s -L/root/pwlib/lib ./obj_linux_x86_r/asn_grammar.o ./obj_linux_x86_r/asn_lex.o
2003 Jun 16
2
chan_h323 - pwlib 1.4.11, openh 1.11.7 comiple problems
I'm having a problem with chan_h323 compiling for Asterisk. RedHat 7.3 PWLIB 1.4.11 pwlib_1.4.11.tar.gz OpenH323 1.11.7 openh323_1.11.7.tar.gz [asterisk@jonux h323]# make clean rm -f *.o *.so core.* [root@jonux h323]# make cc -g -pg -c -o chan_h323.o -pipe -Wall -fPIC -Wmissing-prototypes -Wmissing-declarations -DP_LINUX -D_REENTRANT -D_GNU_SOURCE -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN
2003 May 20
1
chan_h323 core dumps
hi just after talking to Jeremy, I downloaded the source he's using and compiled. core dump! This was without gatekeeper: (gdb) bt #0 0x40141118 in mallopt () from /lib/libc.so.6 #1 0x401400fc in malloc () from /lib/libc.so.6 #2 0x405e981b in PAbstractArray::SetSize(int) () from /usr/src/pwlib/lib/libpt_linux_x86_r.so.1 #3 0x405ed006 in PString::SetSize(int) () from
2007 May 08
1
asterisk 1.2 from svn ... lock on shutdown
Hi, I hope this gets picked up by some bug marshall ... I have downloaded (yesterday) the 1.2 branch from svn ... When running: asterisk -vvvvc loaded modules: [modules] autoload=no load => pbx_functions.so load => pbx_config.so load => codec_a_mu.so load => format_pcm_alaw.so load => codec_ulaw.so load => codec_alaw.so load => format_pcm.so load => func_uri.so
2003 Oct 28
0
Oh323 segmentation fault in asterisk...
This looks like the same case as the thread: Problem ATA-711-723-Oh323-Asterisk that was posted back in August. Although, given the nature of trampled memory problems it could be almost anything. The Oh323 library dies in a call to realloc. This is almost certainly indicative of someone stomping on memory somewhere previously, or else a memory bug in the pwlib library itself. (Which I find
2004 Sep 10
0
Re: Problem with Openh323 channel driver
Date: Fri, 10 Sep 2004 16:37:33 +0300 > From: Michael Manousos <manousos@inaccessnetworks.com> > Subject: Re: [Asterisk-Users] Problems with 0penh323 Channel Driver > To: Asterisk Users Mailing List - Non-Commercial Discussion > <asterisk-users@lists.digium.com> > Message-ID: <4141AE1D.3020403@inaccessnetworks.com> > Content-Type: text/plain; charset=us-ascii;
2003 Aug 08
2
Re2: Problem -ATA-711-723-Oh323-Asterisk(BACKTRACK INFO]
Hello Michael, Here is the BackTrace of the program which i forgot to attach BACKTRACE OF Asterisk -vvc #0 0x42074d60 in _int_realloc () from /lib/tls/libc.so.6 #1 0x420738c4 in realloc () from /lib/tls/libc.so.6 #2 0x47c7da89 in PAbstractArray::SetSize(int) () from /home/sip/pwlib/lib/libpt_linux_x86_r.so.1.5 #3 0x47c7cf4d in PContainer::SetMinSize(int) () from
2005 Jan 07
1
oh323 driver installation - It works now
Joao, Thanks for sending the Installation tips as pasted below. It works. Seshu ---------- Get oh323 from http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/openh323-Janus_patch4-src-tar.gz Get pwlib from http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/pwlib-Janus_patch4-src-tar.gz Get asterisk-oh323 from
2005 Jan 13
0
oh323 compile problem still
Followed instructions from these old post, CVS updated my asterisk too, edites makefile... but ---------------------------------------------------------- Get oh323 from http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/ openh323-Janus_patch4-src-tar.gz Get pwlib from http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/ pwlib-Janus_patch4-src-tar.gz Get
2003 Oct 13
1
chan_h323 - Segmentation fault (core dumped)
Hi all: I've got some core dumps when I use chan_h323. I dial an extension using h323, routed thru an E100P (like a H323-ISDN_PRI gateway). Sometimes * hangs, sometimes not. The client used for test es SjPhone (http://www.sjlabs.com/). This is the data for one core dump: (gdb) bt #0 ast_rtp_get_us (rtp=0x0, us=0x5074759c) at rtp.c:790 #1 0x41f8879c in create_connection
2003 Oct 02
0
chan_h323 Ringing Congestion causes * segfault
We have an odd problem, where inbound H323 (chan_h323) calls will sometimes cause a Ringing Congestion that appears to keep the channels open and never release it until we kill and restart asterisk. These "Ringing Congestions" start to pile up, which eventually crashes Asterisk. H323 Gateway -> Asterisk (chan_h323) -> Tor2/PRI -> PSTN Has anyone ran into this problem or
2004 Dec 25
0
patch to build h323 without recompiling pwlib, ...
Heya, I changed the Makefile of the h323-channel-makefile (I downloaded cvs of a couple of hours ago) so that I don't have to rebuild pwlib and openh323, but can use the precompiled versions. I'm using pwlib 1.8.3 and openh323 1.15.2. There aren't many changes. I replaced OPENH323DIR with OPENH323INC ,which points to /usr/include/openh323 for me and OPENH323LIB, which points to
2004 Jul 28
1
Problems Compiling Asterisk-oh323-0.6.2
Hi. im compiling the wrapper for oh323(under Suse 9.0) -pwlib 1.6.6 -openh323 1.13.5. (with oh323 Patch) i execute: ./samples/simple/obj_linux_x86_r/simph323 and it works fine. When i Run asterisk-oh323 0.6.2: make I get the following errors: chan_oh323.c:660: error: `__use_AST_MUTEX_DEFINE_STATIC_rather_than_AST_MUTEX_INITIALIZER__' undeclared here (not in a function)
2006 Jan 05
1
open h323 compile error
make[2]: *** [obj_linux_x86_r/simph323] Error 1 make[2]: Leaving directory `/usr/src/openh323/samples/simple' make[1]: *** [opt] Error 2 make[1]: Leaving directory `/usr/src/openh323' make: *** [optshared] Error 2 ???? any idea ? Thx in Advance _________________________________________________________________ Is your PC infected? Get a FREE online computer virus scan from McAfee®
2003 May 23
2
cannot find expat
am compiling h323 support using channels/h323/ error am getting is this any pointers chan_h323.h:30: warning: `struct sockaddr_in bindaddr' defined but not used g++ -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o -L/root/pwlib/lib -lpt_linux_x86_r -L/root/openh323/lib -lh323_linux_x86_r -L/usr/lib -lpthread -ldl -lcrypto -lssl -lexpat /usr/i486-suse-linux/bin/ld: cannot find
2005 Feb 16
4
Asterisk exist with error
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
2004 Dec 19
2
OH323 channel compile error
Hello I am trying to compile asterisk-oh323-0.7.0 with pwlib-Janus_patch4 and openh323-Janus_patch4 downloaded from inaccessnetworks so I did this: tar -zxvf openh323-Janus_patch4-src-tar.gz cd openh323 patch -p1 < /root/asterisk-oh323-0.7.0/openh323_1.13.5-make.patch ./configure make opt cd asterisk-oh323-0.7.0 vi Makefile (to set the paths and options according to my system...) NOW I
2005 Jan 19
0
h323 compilation problem
Someone have had good luck compilig h323 into YDL? first thinked was a bug in code but "twisted" said it is " wierd - isn't that the recursive pthread lib? If so, do you have the kernel development headers/libs installed?" I've instaled kernel source, what more can i do? any help would be very wellcome, i've googled everywhere but can't find nothing about it.