
bugzilla at apache
Mar 12, 2012, 11:19 AM
Post #1 of 1
(97 views)
Permalink
|
|
[Bug 52890] New: --with-included-apr doesn't work when srclib/apr and srclib/apr-util are symlinks
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=52890 Bug #: 52890 Summary: --with-included-apr doesn't work when srclib/apr and srclib/apr-util are symlinks Product: Apache httpd-2 Version: 2.4.1 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: bugs [at] httpd ReportedBy: yann [at] droneaud Classification: Unclassified Created attachment 28452 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28452 Full log of ./configure --with-included-apr I have downloaded httpd-2.4.1, apr-1.4.6 and apr-1.4.1 sources packages. Then I have unpacked them in the same directory: apr-1.4.6/ apr-util-1.4.1/ httpd-2.4.1/ Then, in httpd-2.4.1/srclib, I have created symlinks: apr -> ../../apr-1.4.6 apr-util -> ../../apr-util-1.4.1 Running ./configure --with-included-apr is working up to apr-util configuration step. It fails with: 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. configure failed for srclib/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: bugs-unsubscribe [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|