https://issues.apache.org/bugzilla/show_bug.cgi?id=46475
--- Comment #1 from Jeff Trawick <[email protected]> 2009-01-06 13:34:57 PST --- It would be nice if SCTP support was recognized on Solaris. Solaris netinet/sctp.h fails to compile if sys/socket.h isn't included first. Maybe someone could implement a work-around inside APR. Note that APR exports the symbol APR_HAVE_NETINET_SCTP_H (0 or 1) to represent whether the header is usable. There's no provision for apr-using apps that rely on that symbol to know that they need to include sys/socket.h first, so they'd need a work-around too to compile on Solaris if this exported symbol is set to 1. (Other platforms with SCTP supported by APR have a netinet/sctp.h file that compiles on its own.) This is a platform bug that conceivably APR could work around. No comments from me about the "seems to ignore the --datarootdir setting" messages. The stuff from cc is expected, and not a bug unless there is a clean way with no side effects to get Sun Studio to be quiet about that working-as-designed code. -- 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: [email protected] For additional commands, e-mail: [email protected]
