How to install APR in Ubuntu

后端 未结 4 2076
别跟我提以往
别跟我提以往 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:13

    run the following commands

        sudo apt-get update
        sudo apt --fix-broken install
        sudo apt-get install libapr1 libapr1-dev
    

提交回复
热议问题