如何在Ubuntu中安装APR

Thi*_*gri 18 ubuntu apr

Apache Portable Runtime是编译某些应用程序的依赖项.

./configure说这apr-1是必要的.

如何在Ubuntu上安装它?

Thi*_*gri 28

sudo apt-get install libapr1 libapr1-dev
Run Code Online (Sandbox Code Playgroud)

  • 它安装在哪里? (2认同)

小智 11

试试这个:

  • sudo apt-get install apache2-dev libapr1-dev libaprutil1-dev
  • sudo exec $SHEL
  • sudo service apache2 restart

这足以正确使用Apache Portable Runtime和Apache Portable Runtime Utils.

祝好运.


Enr*_*tín 5

用:

sudo apt-get install libtcnative
Run Code Online (Sandbox Code Playgroud)