How to install APR in Ubuntu

后端 未结 4 2066
别跟我提以往
别跟我提以往 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:05
    sudo apt-get install libapr1 libapr1-dev
    
    0 讨论(0)
  • 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
    
    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2021-02-04 01:29

    use:

    sudo apt-get install libtcnative
    
    0 讨论(0)
提交回复
热议问题