Required Software ==================== sipXportLib 2.8 http://www.sipfoundry.org/sipXportLib sipXtackLib 2.8 http://www.sipfoundry.org/sipXtack libwww 5.4.0 An RPM is available with the required changes in the sipX public donwload area http://www.sipfoundry.org/pub/sipX/depends/ http://www.w3.org/Library/ As of 13 July 2004: http://www.w3.org/Library/Distribution/w3c-libwww-5.4.0.tgz http://www.w3.org/Library/Distribution/w3c-libwww-5.4.0.zip Note: the Red Hat Enterprise w3c-libwww package is not built with ssl so you need to build the source. Build with the following options: ./configure --with-ssl --prefix=/usr make install xerces-c 2.5.0 An RPM built with working options is available in the sipX public donwload area http://www.sipfoundry.org/pub/sipX/depends/ http://xml.apache.org/xerces-c/index.html As of 13 July 2004: http://apache.bestwebcover.com/xml/xerces-c/xerces-c-current.tar.gz http://apache.bestwebcover.com/xml/xerces-c/xerces-c-current.zip Installing xerces-c 2.5.0 (after installing libwww): # set the environment variable XERCESCROOT to the # # e.g. bash, sh: export XERCESCROOT=/usr/local/src/xerces/xerces-c-src_2_5_0 # e.g. csh, tcsh: setenv XERCESCROOT /usr/local/src/xerces/xerces-c-src_2_5_0 cd $XERCESCROOT/src/xercesc autoconf ./runConfigure -p linux -n libwww make make install unixODBC-devel yum install unixODBC-devel Installation ===================== ./configure make make check make install