Hello,
If I try to run htpasswd, such as:
Code:
# ./htpasswd -c /usr/local/apache2/passwords/passwords nick
I get the following error:
Code:
./htpasswd: error while loading shared libraries: libaprutil-0.so.0: cannot open shared object file: No such file or directory
I am using Ubuntu 5.10 and Apache 2.20. Other than this, Apache works normally.
Any suggestions? Thanks!