.
Error:
During the call to start http for e.g.
$ sudo ./httpd start
the following error message is displayed:
./httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory
Solution:
Type Terminal Command:
1) cd /usr/local/ampps/apache/lib
2)sudo mkdir bck
3)sudo mv ./libapr* ./bck/
4)sudo apt-get -y install libaprutil1 libaprutil1-dev libapr1 libapr1-dev
.
No comments:
Post a Comment