这可能是一个新手问题,但我将如何在 Centos 6 机器上安装 exmpp?
我已经搜索了互联网,但找不到解决方案。我似乎无法构建它,也找不到可以通过 yum 运行的 rpm。
任何想法和/或安装步骤将不胜感激。
您可以通过两种方式安装 exmpp。两者都可以
通过源码安装
cd /usr/local/src/
wget the source here.
tar -xvf file.tar.gz
cd exmpp*
autoreconf -i
./configure
make
make install
安装完成。
通过 git 安装
git clone git://git.process-one.net/exmpp/mainline.git exmpp_mainline
cd exmpp_mainline
./configure
make
make install
安装完成。
安装 exmpp 的依赖项很少。确保它们已安装在服务器中。
C 编译器
海合会
XML解析库
LibXML2
外籍人士