Displaying 20 results from an estimated 500 matches similar to: "oh323 - unable to install"
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
2004 Jul 30
2
asterisk-oh323-0.6.3a
Hi there.
I thy to compile asterisk-oh323-0.6.3a but it fail in the make command.
I have the pwlib-v1_6_6-1 and openh323-v1_13_5-1 as saying in the README
file of the packet asterisk-oh323-0.6.3a
I do make and this is the error:
# make
for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done
make: *** No rule to make target `ccflags'. Stop.
make: *** No rule to make target
2005 Jul 25
2
problems with compiling asterisk-oh323
i ve downloaded
asterisk-oh323-0.6.6.tar.gz
I am getting this and anybody know howto fix this?
#tar zxvf asterisk-oh323-0.6.6.tar.gz
oh323]# cd asterisk-oh323-0.6.6
asterisk-oh323-0.6.6]# ls
asterisk-driver CONFIGURATION Makefile rpm
TESTS
BUGS COPYING README rules.mak
wrapper
asterisk-oh323-0.6.6]# make
for x in wrapper asterisk-driver; do make -C $x
2005 Feb 01
2
Error on compiling oh323 0.6.5 on cvs stable asterisk
Hi,
I have downloaded files and also local versions of pwlib oh323 (both Janus
patched). Both libraries compile fine, but I get following errors on
asterisk-oh323-0.6.5. Readme is a bit confusing since it doesn't mention
which local libraries should be downloaded from inaccess to get everything
working OK. I've also tried with/without patching oh323 with supplied
patch.
Any hint, advice
2005 May 11
1
oh323 driver compiling problem.
i use asterisk cvs head ( two days ago) more or less
openh323 1.12.2 (oh323 home page)
and
pwlib 1.5.2 (oh323 home page)
asterisk-oh323-0.7.2-pre1
library versions? where download? versions from oh323 readme are not in
sourceforge site.
but i obtain this error compiling:
root@backup:/usr/src/asterisk/cvs/last/asterisk-oh323-0.7.2-pre1# make
for x in wrapper asterisk-driver; do make -C $x
2005 Feb 20
2
Asterisk H323 support
Hi,
anybody knows what's missing or problem why i cant
compile asterisk-oh323 in my machine?
i got this compiled successfully
...Openh323 - v1.12.2
...pwlib - v1.5.2
except
...asterisk-oh323 - v0.6.5
here's the output as i run make...
mkoy@sambag:~/voip/asterisk-oh323-0.6.5$ make
for x in wrapper asterisk-driver; do make -C $x build
|| exit 1 ; done
make[1]: Entering directory
2004 May 22
1
Asterisk-oh323 0.6.1 Compiling problem
Hi, i'm having another problem I can't work out -
make
for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done
make: *** No rule to make target `ccflags'. Stop.
make: *** No rule to make target `ccflags'. Stop.
make[1]: Entering directory `/usr/src/asterisk-oh323-0.6.1/wrapper'
./check_ver /usr/src/pwlib pwlib
./check_ver /usr/src/openh323 openh323
g++ -Wall
2005 May 13
0
[Asterisk-Dev] Re: oh323 compile problem in FreeBSD
Following is the errors when I tried to compile oh323 in FreeBSD 5.3.
Asterisk is updated from cvs.
asterisk# gmake
for x in wrapper asterisk-driver; do gmake -C $x build || exit 1 ; done
make: illegal option -- -
usage: make [-BPSXeiknqrstv] [-C directory] [-D variable] [-d flags]
[-E variable] [-f makefile] [-I directory] [-j max_jobs]
[-m directory] [-V variable]
2006 May 18
0
Error building Oh323
Hello Im having problem building oh323 on SuSE Linux 9.3, I have build the
openH323 and pwlib and Im getting the following error:
g++ -Wall -felide-constructors -x c++ -Os -DP_USE_PRAGMA
-ffunction-sections -fd
ata-sections -D_REENTRANT -Wall -fPIC -I/usr/src/pwlib/include -DPTRACING
-I/usr
/src/openh323/include -DHAS_OSS -DWRAPTRACING -DWRAPTRACING_LEVEL=5
-DPWLIBVERSI
ON=\"1.6.6\"
2005 Aug 09
0
channel_pvt.h not found
after editing the Make file i tried to compile
asterisk-oh323-0.6.5 but many errors displayed like
this:
[root@localhost asterisk-oh323-0.6.5]# make
for x in wrapper asterisk-driver; do make -C $x build
|| exit 1 ; done
make[1]: Entering directory
`/home/ali/asterisk-oh323-0.6.5/wrapper'
./check_ver /home/ali/pwlib pwlib
./check_ver /home/ali/openh323 openh323
ar rc liboh323wrap_s.a
2005 Jul 26
1
problems with compiling asterisk-oh323-0.6.5
after editing the Makefile according to my directories
ive compiled asterisk-oh323-0.6.5 but i got these
errors can any body help me with this :
[root@terra@net asterisk-oh323-0.6.5]# make
for x in wrapper asterisk-driver; do make -C $x build
|| exit 1 ; done
make[1]: Entering directory
`/home/wassim/asterisk-oh323-0.6.5/wrapper'
./check_ver /home/wassim/pwlib pwlib
./check_ver
2004 Jun 11
1
oh323 0.6.2
I am trying to compile the latest channel drivers
Can anyone tell me what is wrong
./check_ver /usr/src/pwlib pwlib
./check_ver /usr/src/openh323 openh323
gcc -shared -Wl,-soname,liboh323wrap.so -o liboh323wrap.so
wrapper_misc.o asteriskaudio.o wrapendpoint.o wrapconnection.o wrapper.o
wrapcaps.o
make[1]: Leaving directory `/usr/src/asterisk-oh323-0.6.2/wrapper'
make[1]: Entering directory
2005 Jun 22
1
Error on installing oh323 on asterisk
I'm following the instruction from Jo?o Amaro from the
page
http://lists.digium.com/pipermail/asterisk-users/2005-February/090752.html
Everything went fine until I run the 'make' command
under asterisk-oh323-0.6.5. I got the error message
chan_oh323.c:5220: too many arguments to function
`ast_channel_register'
I have attached the error message. I'm running
asterisk CVS
2004 Jul 12
1
Problems Compiling asterisk-oh323 0.6.3a
Hi, erverybody
The Asterisk is running well in the linux system.
Now I would like
to add oh323 in Asterisk. I have download
pwlib(version is 1.6.6) and
openh323(version is 1.13.5). And I sucessfully maked
and installed these
two packages. But I got the following errors when
compling the
asterisk-oh323 0.6.3a:
for x in wrapper asterisk-driver; do make -C $x all ||
exit 1 ; done
make[1]:
2005 Feb 03
0
Error on compiling oh323
Hi!,
I tride comile oh323.
I have downloaded local versions of pwlib oh323 (both Janus
patched).
I get following errors on asterisk-oh323-0.6.5:
for x in wrapper asterisk-driver; do make -C $x build || exit 1 ; done
make[1]: Entering directory `/home/death/1/asterisk-oh323-0.6.5/wrapper'
./check_ver /root/pwlib pwlib
./check_ver /root/openh323 openh323
ar rc liboh323wrap_s.a wrapper_misc.o
2004 Sep 03
2
OH323 0.6.3b compilation problem with 1.0 RC2 on RH9
Hello,
I just tried to compile OH323 0.6.3b on a RH9 machine with Asterisk 1.0 RC2
installed but failed. I applied the patch to the required OpenH323 library
according to the instructions, and set the proper directories in the Makefile.
Here is what I receive after I issue make:
*******************************
g++ -DP_USE_PRAGMA -fno-rtti -ffunction-sections -fdata-sections -D_REENTRANT -
2004 Sep 29
0
astersk-oh323 compile error make
When i attempt to make asterisk-oh323 I get the following error. Iam
using the following versions :
asterisk-oh323-0.6.3b
openh323-v1_13_5
pwlib-v1_6_6
openh323_1.13.5-make.patch
redhat 8 kernel 2.4.18-14
Anyone can help to get a way out ? Or suggetions for compatible versions ?
-----------------------------------------------------------------------------------
2005 May 06
1
oh323 compile problem in FreeBSD
Hi,
I'm trying to compile asterisk-oh323-0.7.1 in FreeBSD 5.3.
I tried to use gmake but it exits with too many errors.
Did somebody compile before oh323 in FreeBSD?
How should I compile it under FreeBSD?
thanks,
Ganbold
2004 Oct 07
0
asterisk-oh323-0.5.10 problem
hello users,
I try to compile the h323 channel as root, but whatever I do, I get an error
which you can see below. My pwlib version is 1.5.2 and the openh323 version
is 1.12.2
The makefile is fit to my environment. The ld.so.config is also prepared.
I installed the pwlib to be able to compile the openh323 [changes in
chan_oh323.c are made]. It doesn't do without pwlib installation !!!
But
2004 Jun 14
15
oh323
This module wont compile can anyone give me any assistance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040614/03ae433c/attachment.htm