Learn the powerful enterprise adaptable database:

Getting Started With ADABAS & Natural

Wednesday, April 20, 2022

How To: Fix Problem Apache httpd error while loading shared libraries in Ubuntu / Xubuntu

 .

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