Error 1:
fatal: File processing errors. No output written to .libs/htpasswd
This can be resovled by adding the below to ./configure command
--enable-static-htpasswd
Error 2:
ld: fatal: File processing errors. No output written to .libs/htdigest
This can be resovled by adding the below to ./configure command
--enable-static-htdigest
Error 3:
errors. No output written to .libs/httpd
best solution:
compile the expat library and provide the expat lib path to the configure command
provide the expat compiled libs to httpd(pa
./configure --with-expat=/tmp/libexpat/Release/