Apache Portable Runtime is a dependency to compile some apps.
./configure
says that apr-1
is needed.
How to install it on Ubuntu ?
The Apache Portable Runtime (APR) is a supporting library for the Apache web server. It provides a set of APIs that map to the underlying operating system (OS).
Introduction to Apr UtilThe Apache Portable Runtime Utility Library provides a predictable and consistent interface to underlying client library interfaces. This application programming interface assures predictable if not identical behaviour regardless of which libraries are available on a given platform.
sudo apt-get install libapr1 libapr1-dev
Try this:
sudo apt-get install apache2-dev libapr1-dev libaprutil1-dev
sudo exec $SHEL
sudo service apache2 restart
That's enough to use correctly Apache Portable Runtime and Apache Portable Runtime Utils.
Good Luck.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With