[Asterisk-Users] Asterisk-oh323

Oswaldo Arratia oarratia at workersequity.net
Mon Feb 21 19:59:40 MST 2005


Hi,
Thanks to Andrew Kochetkoff for sending Asterisk-oh323 files while
inaccessnetworks web page was down.

Now, I have a problem when compiling Asterisk-oh323 versions 0.7.0 or 0.7.1.
I get the following error:

/usr/include/_G_config.h:52: confused by earlier errors, bailing out
make[1]: *** [chan_oh323.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk-oh323-0.7.0/asterisk-driver'
make: *** [subdirs_build] Error 1


I have followed these instructions I've found on prior e-mails:

*/
Get oh323 from
http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/openh323-J
anus_patch4-src-tar.gz
Get pwlib from
http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/pwlib-Janu
s_patch4-src-tar.gz
Get asterisk-oh323 from
http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asterisk-oh
323-0.6.5.tar.gz


Untar the files
#tar zxvf openh323-Janus_patch4-src-tar.gz
#tar zxvf pwlib-Janus_patch4-src-tar.gz
#tar zxvf asterisk-oh323-0.6.5.tar.gz
#tar zxvf asterisk-1.0.3.tar.gz


Install Pwlib
#cd pwlib
#./configure && make clean && make opt && make install && ldconfig


Patch and Install OpenH323
#cd openh323
#patch -p1 < ../asterisk-oh323-0.6.5/openh323_1.13.5-make.patch
#./configure && make clean && make opt && make install && ldconfig


Asterisk
#cd asterisk-1.0.3
#make && make install && make samples


Asterisk-oh323
#cd asterisk-oh323-0.6.5
Edit the Makefile
#make && make install && ldconfig

/*


Instead of working with version 0.6.5 I am trying versions 0.7.0 and 0.7.1
and I get the very same error on both.

I am currently using Asterisk CVS-HEAD-09/16/04-13:09:53

Anybody has a clue of what's going on here??

Thanks for you help/tip.





More information about the asterisk-users mailing list