Hi, i am experiencing a problem in installing pwlib and openh323. Actually i have installed pwlib_v1_9_0 without any problem, but i cant install openh323_v1_17_1. i have used the following command for pwlib and openh323.
[size=150]for pwlib:[/size]
#cd /src
#links prdownloads.sourceforge.net/openh323/
#wget umn.dl.sourceforge.net/sourcefor … src-tar.gz
#tar zxvf pwlib-v1_9_0-src-tar.gz
#cd pwlib_v1_9_0/
#./configure
#make
#make install
#make opt
#PWLIBDIR=/src/pwlib_v1_9_0
#export PWLIBDIR
[size=150]for openh323:[/size]
cd /src
links prdownloads.sourceforge.net/openh323/
wget umn.dl.sourceforge.net/sourcefor … src-tar.gz
tar zxvf openh323-v1_17_1-src-tar.gz
cd openh323_v1_17_1/
./configure
make —> this is where i get stuck
make opt
make install
OPENH323DIR=/src/openh323_v1_17_1/
export OPENH323DIR
the make command for openh323 shows a lots of errors relating to h225_1.ccx
plz help