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/05/22 00:57:29 UTC

[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 <ca...@mlb.com> ---
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@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org