If you get the following errors while running 'make':
libtool: link: cannot find the library
`/export/home/alono/httpd-2.0.46/srclib/apr-util/xml/expat/lib/libexpat.la'
make[2]: *** [htpasswd] Error 1
make[2]: Leaving directory `/export/home/alono/httpd-2.0.46/support'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/alono/httpd-2.0.46/support'
Try making the Expat tool before.
You can find it inside the Apache distribution:
'cd /path-to-the-distribution/httpd-2.0.46/srclib/apr-util/xml/
'./configure --prefix=/usr/local' (it will put the lib under
/usr/local/lib)
'make'
'make install'
Then try again 'configure ;make ; make install;
Worked for me...