Siggi Langauf
2003-Jun-10 16:16 UTC
[Asterisk-Users] chan_h323 + openh323 CVS = no go? (fwd)
---------- Forwarded message ---------- Date: Wed, 11 Jun 2003 01:10:16 +0200 (CEST) From: Siggi Langauf <langausd@fachschaft.informatik.uni-stuttgart.de> To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] chan_h323 + openh323 CVS = no go? On Tue, 10 Jun 2003, Jeremy McNamara wrote:> If you would have followed the build instructions laid out by the Open > H.323 folks you wouldn't have had to go thru all of that. > > http://www.openh323.org/build.html > > (Notice they NEVER tell you to make install ANYTHING, there is a reason > for that)Granted. But is there also a reason for having such a "build system"? IMHO, OpenH323 is just broken in that respect, but I guess this is the wrong list to discuss such stuff. Luckily, Asterisk does a much better job, compiling, installing and building just right out of the box. Big thanks to everybody who made that possible! (and maybe sometiime H.323 support will be a as easy to build, or even not necessary any more...) Cheers, Siggi> Kelly McDonald wrote: > > >Hello, > > > >I've been working with the chan_h323 myself, and I had several problems, > >but finally got it working. > > > >I had to do things in the following order: > > > >(1) build and installed asterisk as root > >(2)I built pwlib and openh323 into my home directory (not root) and > >built them there as me, I downloaded the tarballs and compiled them.(you > >could probably do the same thing as root) I did not yet have the os > >install of the libraries on the system, as this seemed to mess me up. > >(3) I built the chan_h323 object as myself. > >(4) I installed the chan_h323.so (make install) as root > >(5) finally, I installed the system libraries for pwlib and openh323 > > > >After all of that, it seemed to work.