On 06/27/2015 10:53 AM, Anthony
Rutledge wrote:
Maybe you didn't "make distclean" between attempts at different configure invocations in the same dirty source tree? Here's one simple recipe to try: (change /tmp/test-config if you don't have sufficient space there) unpack source again cd httpd-2.4.12 ./configure --enable-mods-shared=few --prefix=/tmp/test-config > cfgout 2>&1 && make >makeout 2>&1 && make install > installout 2>&1 && ./httpd -l && ./httpd -M Does it finish? What is the output? |