On Wed, 2011-02-09 at 23:15 +0100, David Sastre wrote: > Configuring Apache Portable Runtime library ... > > checking for APR... configure: error: the --with-apr parameter is incorrect. > It must specify an install prefix, a build directory, or an apr-config file. > *** ERROR: configure failed
This means you don't have all the prerequisites installed. You need the following packages from the distro (and their dependencies) in order to build apache2 from source: crypt libapr1-devel libaprutil1-devel libpcre-devel openldap-devel openssl-devel zlib-devel Yaakov Cygwin Ports ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
