You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/03/01 20:39:16 UTC

DO NOT REPLY [Bug 52806] New: configure: --with-included-apr is not supported in httpd-2.4.1 but is still listed in the -h list

https://issues.apache.org/bugzilla/show_bug.cgi?id=52806

             Bug #: 52806
           Summary: configure: --with-included-apr is not supported in
                    httpd-2.4.1 but is still listed in the -h list
           Product: Apache httpd-2
           Version: 2.4.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: tixu@cs.ucsd.edu
    Classification: Unclassified


I downloaded the latest version httpd-2.4.1 from
http://httpd.apache.org/download.cgi.

check the configure options by:
#./configure -h

you can find the entry: "--with-included-apr    Use bundled copies of
APR/APR-Util", but when you enter
#./configure --with-included-apr

Output:
configure: error: Bundled APR requested but not found at ./srclib/. Download
and unpack the corresponding apr and apr-util packages to ./srclib/.

The problem is:
Unlike httpd-2.2.x, 2.4.1 does not have "apr" and "apr-util" in the "srclib"
directory.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 52806] configure: --with-included-apr is not supported in httpd-2.4.1 but is still listed in the -h list

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52806

--- Comment #2 from Christophe JAILLET <ch...@wanadoo.fr> ---
r1389060 can be part of the answer.
"Bundled" is still there but IMO, this is clear enough.

Maybe just a note clearly stating that APR in not provided with htttp source
code and must be downloaded separately could be useful.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 52806] configure: --with-included-apr is not supported in httpd-2.4.1 but is still listed in the -h list

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52806

Tianyin Xu <ti...@cs.ucsd.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tixu@cs.ucsd.edu

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 52806] configure: --with-included-apr is not supported in httpd-2.4.1 but is still listed in the -h list

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52806

--- Comment #1 from Rainer Jung <ra...@kippdata.de> 2012-03-03 18:25:58 UTC ---
That's intended behaviour, ponly the use of the word "bundled" should be
improved. The idea is:

- do *not* bundle apr and apr-util
- allow a combined build with httpd if users
  add the apr and apr-util sources themselves into the srclib dir

Keeping the issue open until we found a better help message string ...

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org