
bugzilla at apache
May 21, 2012, 3:57 PM
Post #1 of 1
(82 views)
Permalink
|
|
[Bug 52890] --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 --- Comment #5 from Carl Furst <carl.furst [at] mlb> --- You should also specify that the apr "bundle" should be extracted into srclib/apr. There is nothing, as least as far as I read that indicate this in the docs. I had to find out by reading this in configure: if test "x$with_included_apr" = "xyes"; then apr_found=reconfig if test ! -d srclib/apr && test ! -d $srcdir/srclib/apr; then as_fn_error $? "Bundled APR requested but not found at ./srclib/. Download and unpack the corresponding apr and apr-util packages to ./srclib/." "$LINENO" 5 fi Not exactly correct. -- 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
|