Now the .configure step works, thank you. I had indeed copied the APR and 
APR-util distributions into the srclib directory as explained in the INSTALL 
file, but I didn't realize that --with-included-apr and --with-apr were 
different options and used the latter instead of the former.
 

      De : Jack Swan <john.s...@oracle.com>
 À : doylejonatha...@yahoo.fr; users@httpd.apache.org 
 Envoyé le : Mercredi 7 octobre 2015 15h29
 Objet : Re: [users@httpd] apr version issue in Apache Installation on Mac OS X
   
#yiv5953067799 p {margin:0;}Copy or move the apr and apr-util distributions 
into the httpd/srclib directory so you'll have

    <path to your httpd distribution>/srclib/apr           (without the version 
extension)
    <path to your httpd distribution>/srclib/apr-util    (without the version 
extension)

and try the --with-included-apr option to configure instead of the --with-apr 
and --with-apr-util options.


----- Original Message -----
From: doylejonatha...@yahoo.fr
To: users@httpd.apache.org
Sent: Wednesday, October 7, 2015 2:24:45 AM GMT -05:00 US/Canada Eastern
Subject: [users@httpd] apr version issue in Apache Installation on Mac OS X



This is my first in trying to install Apache HTTP server locally on my Yosemite 
Mac.
I successfully installed APR version 1.5.2, APR-util version 1.5.4 and PCRE 2, 
but 
then I am stuck in the first step of the Apache installation. When I run 
./configure 
in the httpd-2.4.16 directory, I get the error message :

checking for APR version 1.3.0 or later... no
configure: error: APR version 1.3.0 or later is required

I do not understand this message, since (last time I checked) version 1.5.2 
**is** later than version 1.3.0. Here is the full command I typed :

 

       ./configure 
--prefix=/Users/ewandelanoy/Documents/Installations/usr/local/ 
--with-apr=/Users/ewandelanoy/Documents/Installers/apr-1.5.2/apr-1-config  
--with-apr-util=/Users/ewandelanoy/Documents/Installers/apr-util-1.5.4/apu-1-config
 --with-pcre=/Users/ewandelanoy/Documents/Installers/pcre2-10.10/pcre2-config

 
Any help appreciated. 


  

Reply via email to