Linux commands

Tuesday, September 5, 2017

fatal: File processing errors. No output written to .libs/htpasswd


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/

checking the archiver (false) interface... unknown

it is unable to find the ar command, so set the path as below

set path
export PATH=/usr/ccs/bin:/usr/sbin:/usr/bin:/usr/sfw/bin:/usr/sfw/sbin:$PATH