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

           Summary: configure fails when apr and apr-util are in different
                    places
           Product: Apache httpd-2
           Version: 2.2.17
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Build
        AssignedTo: [email protected]
        ReportedBy: [email protected]


If apr and apr-util have been install with different prefixes (but are still
both in the path) such that, in particular, `apr-1-config --includedir` and
`apu-1-config --includedir` are different, configure reports:
  configure: error: APR-util version 1.2.0 or later is required
The underlying error is:
  apu_version.h:109:25: fatal error: apr_version.h: No such file or directory
Since apr-util depends on apr, configure should add apr's includes when
checking apr-util.

-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to