You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Unai Uribarri <un...@optenet.com> on 2004/12/27 11:13:00 UTC

PATCH: Improving the autodetection of apache2, xercesc & openssl configuration

I has modified axiscpp-1.4 configure.ac to discover automatically the
compilation options for apache2 (using the apxs & apr-config tools) and
openssl (using pkg-config)

In xercesc, I just check /usr/local/include/xercesc
& /usr/include/xercesc.

Now, axiscpp-1.4 builds correctly with Ubuntu 10.4 (universe) and Redhat
9 standard packages (well, in RH9 you must have /usr/sbin in the path,
because apxs is installed there).