|
Home Resources Products
Developers |
Main • InstallingOpenH323UnderLinux
Installing the OpenH323 library under LinuxFirst of all, you will have to download the appropriate source packages for OpenH323 and PwLib from http://www.voxgratia.org/downloads.html. First you’ll have to install PwLib. We’ll not get into many details here. For doing a basic installation just run ./configure with --prefix=Pwlib folder option, make opt, and make install in the main PwLib folder. For other options consult the docs or run ./configure –help. After this you’ll have to set the first from a number of three enviroment variables and namely PWLIBDIR to the install directory of PwLib. If you do not desire to install OpenH323 in your home directory then you will have to make the OPENH323DIR environment variable to point to the install directory. Another environment variable modification that you should make is to add the $OPENH323DIR/lib directory to LD_LIBRARY_PATH so you’re be able using the shared libraries. Setting the enviroment variables is done through the command: export variable=value # in sh variant shells or setenv variable value # in csh oriented shells After these you will follow the steps that you should know by now first "./configure" with "--prefix=OpenH323 folder" option and after "make opt". You may encounter problems regarding your swap partition size. If you have problems just try letting the building finish without making something else. 64 megabytes of free space and the same amount of swap should be enough. If it isn’t, you’ll have to increase the swap space. For installing Yate with Pwlib and OpenH323 the following options must be specified at the Yate configuration script as stated also in the Installing Yate chapter : ./configure --with-pwlib=Pwlib folder After doing this you’ll find an executable called simph323 in a folder dependent on the platform (e.g. ./sample/simple /obj_linux_x86_r/simph323) . This will provide you the usage help text. That should be almost all about the installation of the OpenH323 library under Linux. Unfortunately some problems may appear like the ones we will describe below. When running "make" you may encounter a few messages starting with „Makefile” which will state that some dependency operators are missing. The solution is simple. Just use gmake instead of make. The code: /* Prevent warning if -Wstrict-prototypes. */ should be changed to /* Prevent warning if -Wstrict-prototypes. */ This should solve your problem. |
3 May 2010: 8 March 2010: 6-7 February 2010: 2 Nov 2009: 6 Aug 2008: 4 Aug 2008: 10 Jul 2008: Feb 2008: 21 Jan 2008: 3 September: 14 August: 16 April: 25 September: 25 September: 11 July 2006: 10 July 2006: June 1st 2006: |