Apache Portable Runtime 是编译某些应用程序的依赖项。
./configure说这apr-1是需要的。
如何在 Ubuntu 上安装它?
sudo apt-get install libapr1 libapr1-dev
尝试这个:
sudo apt-get install apache2-dev libapr1-dev libaprutil1-devsudo exec $SHELsudo service apache2 restart这足以正确使用 Apache Portable Runtime 和 Apache Portable Runtime Utils。
祝你好运。
利用:
sudo apt-get install libtcnative
运行以下命令
sudo apt-get update
sudo apt --fix-broken install
sudo apt-get install libapr1 libapr1-dev