I'm having trouble building this from my own SRPM - my packages are based on Fedora's, where apr is built as a separate package. The httpd rpm completely removes the srclib/apr directory before building, so that it links to the system apr instead of the bundled version. But the patch requires include files normally only used internally by apr, and aren't even bundled in the apr-devel package.
Is there any way to avoid having to include arch/unix/apr_arch_networkio.h directly? Unfortunately, changing it to apr_network_io.h causes a compile failure on line 930. Apparently we just need the struct definitions for apr_socket_t and sock_userdata_t. Would it be too much of a hack to copy those structs into one of our files?ur files? I guess it comes down to which of these two hacks is less ugly :) -- Sean Gabriel Heacock Telana Internet Services http://www.telana.com/ _______________________________________________ Peruser mailing list [email protected] http://www.telana.com/mailman/listinfo/peruser
