Steve Comstock wrote:
So two questions to the community: 1) What causes this?
missing prototypes
2) How do I fix it?
you can replace srclib/apr and srclib/apr-util with apr/apr-util 1.3.2 packages. Better yet, build and install apr/apr-util 1.3.2 first and then point ./configure of httpd at --with-apr=path --with-apr-util=path (those would be installed paths). Or if the installed apr/apr-util are in the path, httpd can find them (from bin/apr-1-config bin/apu-1-config). Bill
