编译 Icecast 2 时,运行时出现此错误autogen.sh:
$ autogen.sh
... stuff ommitted
configure: error: XSLT configuration could not be found
Run Code Online (Sandbox Code Playgroud)
它的原因是什么,我该如何解决?
Eva*_*oll 20
您缺少一些 XML 库。尝试安装libxml2-dev. 在 Ubuntu 或 Debian 上,使用
sudo apt-get install libxslt-dev
Run Code Online (Sandbox Code Playgroud)
在 Fedora 或类似的情况下,它会是
yum install libxslt-devel
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
16216 次 |
| 最近记录: |