On Sun, Aug 04, 2019 at 04:51:45PM -0400, Dennis Clarke wrote: > Quick reply here to let you know that the build fails instantly > within server/config.c at func process_resource_config_cb() with > a strange error uttered by Oracle Studio 12.6 thus : ... > "config.c", line 1907: error: undefined symbol: ap_dir_match_t
Do you have httpd headers installed in /usr/local/include from an older httpd? My best guess would be it's picking up the wrong httpd.h. Regards, Joe
