Apache Portable Runtime is a dependency to compile some apps.
./configure says that apr-1 is needed.
How to install it on Ubuntu ?
Apache Portable Runtime is a dependency to compile some apps.
./configure says that apr-1 is needed.
How to install it on Ubuntu ?
sudo apt-get install libapr1 libapr1-dev
Try this:
sudo apt-get install apache2-dev libapr1-dev libaprutil1-devsudo exec $SHELsudo service apache2 restartThat's enough to use correctly Apache Portable Runtime and Apache Portable Runtime Utils.
Good Luck.
run the following commands
sudo apt-get update
sudo apt --fix-broken install
sudo apt-get install libapr1 libapr1-dev