[ 2023/08/07 15:59 | by 孤城浪子 ]
|
首先按照https://rspamd.com/downloads.html操作,安装出现缺少以下库
rspamd : Depends: libc++1-16 (>= 1:16.0.0~++20230308013049+7b4e71bcf991) but it is not installable
Depends: libc++abi1-16 (>= 1:16.0.0~++20230308013049+7b4e71bcf991) but it is not installable
Depends: libunwind-16 (>= 1:16.0.0~++20230308013049+7b4e71bcf991) but it is not installable
E: Unable to correct problems, you have held broken packages.
解决办法:
wget https://apt.llvm.org/llvm.shchmod +x llvm.sh
sudo ./llvm.sh 16
sudo apt install libc++-16-dev libc++abi-16-dev libunwind-16-dev