DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=21718>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=21718
------- Additional Comments From jorton@redhat.com 2005-05-13 16:16 -------
Heh, this is a nice one.
Per the other duped bug, httpd is configured with:
--with-apr-util=/usr/local/apache2/bin/ but *without* --with-apr.
So it's using the apr-util from the *previous* 2.0 installation. Which defaults
to install the apr and apr-util headers in the same directory. So, both the new
and old APR headers get picked up.
So, Alberto: don't pass --with-apr-util to configure, and this should go away.
configure in httpd should definitely refuse to use an external apr-util with an
internal apr and probably vice-versa.
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|