How to install APR in Ubuntu

后端 未结 4 2067
别跟我提以往
别跟我提以往 2021-02-04 00:24

Apache Portable Runtime is a dependency to compile some apps.

./configure says that apr-1 is needed.

How to install it on Ubuntu ?

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-04 01:15

    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.

提交回复
热议问题