How to install APR in Ubuntu

Thiago Negri picture Thiago Negri · Feb 27, 2014 · Viewed 36.7k times · Source

Apache Portable Runtime is a dependency to compile some apps.

./configure says that apr-1 is needed.

How to install it on Ubuntu ?

Answer

Thiago Negri picture Thiago Negri · Feb 27, 2014
sudo apt-get install libapr1 libapr1-dev