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=39199>.
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=39199
Summary: libapr-1.so: undefined reference to `find_if_index'
Product: APR
Version: HEAD
Platform: PC
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: APR
AssignedTo: bugs@httpd.apache.org
ReportedBy: georg@soffel.de
I installed apr as follows:
./configure --disable-ipv6
make
make install
Now linking results in the following error:
libapr-1.so: undefined reference to `find_if_index'
Reason:
In the file network_io/unix/multicast.c the function `find_if_index' is used
even though its implementation is suppresed by '#if APR_HAVE_IPV6'.
--
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
|