[Asterisk-Users] Problem compiling H323 channel

Michael Manousos manousos at inaccessnetworks.com
Wed Nov 24 10:36:47 MST 2004


Roy Layson wrote:
> hope it can help
> 

[deleted]

> 
> ------------------------------------------------------------------------
> 
> I. INSTALL OS
> 
> OS is Fedora Core2 installed only
> -textbased internet (elinks)
> -web server (apache and etc...)
> -SQL (mysql and DBD/DBI)
> -Development tools (default)
> -kernnel Development (default)
> 
> II. Downloaded the following:
> 
> pwlib Janus patch 4 (1.6.6.3) from 
> http://unc.dl.sourceforge.net/sourceforge/openh323/pwlib-Janus_patch4-src-tar.gz
> 
> openh323 Janus Patch 4 (1.13.5.3) from
> http://unc.dl.sourceforge.net/sourceforge/openh323/openh323-Janus_patch4-src-tar.gz
> 
> asterisk-oh323-0.7.0 from
> http://www.inaccessnetworks.com/projects/asterisk-oh323/download/asterisk-oh323-0.7.0.tar.gz
> 
> Performed:
> 
> # cd /usr/src
> # export CVSROOT=:pserver:anoncvs at cvs.digium.com:/usr/cvsroot
> # cvs login - the password is anoncvs.
> # cvs checkout zaptel asterisk     
> 
> *all where etracted to:
> 
> /root/pwlib
> /root/openh323
> /root/asterisk-oh323-0.7.0
> /root/zaptel
> /root/asterisk
> 
> III. INSTALLATION
> 
> a.) pwlib
> # cd /root/pwlib
> # ./configure
> # make
> 
> 
> b.) openh323
> 
> # cd /root/openh323
> # patch -p1 < /root/asterisk-oh323-0.7.0/openh323_1.13.5-make.patch
> # ./configure
> # make
> 
> c.) asterisk
> 
> # cd /root/asterisk
> # make
> 
> d.) asterisk-oh323-0.7.0
> # cd /root/asterisk-oh323-0.7.0
> # vi Makefile
> 
> SETTINGS (of Makefile)
> 
> DESTDIR=
> PWLIBDIR=/root/pwlib
> OPENH323DIR=/root/openh323
> ASTERISKINCDIR=/root/asterisk/include
> ASTERISKMODDIR=/usr/lib/asterisk/modules
> ASTERISKETCDIR=/etc/asterisk
> OH323WRAPLIBDIR=/usr/local/lib
> 
> 
> # make
> 
> .... error encountered!!!!!!!!!
> 

What is the error?


Michael.




More information about the asterisk-users mailing list