参考: http://www.process-one.net/en/ejabberd/downloads/
https://github.com/processone/ejabberd/
git clone https://github.com/processone/ejabberd/
cd ejabberd
git checkout ....
ejabberd 安装错误
安装ejabberd的时候出现:
configure: error: Could not find development files of Expat library
解决:
ubuntu:
sudo apt-get install libexpat-dev
Could not find development files of zlib library
download zlib from zlib site: http://zlib.net
decompress, ./configure; make; make install
configure: error: Could not find development files of OpenSSL library
apt-get install openssl
apt-get install libssl-dev
https://github.com/processone/ejabberd/
git clone https://github.com/processone/ejabberd/
cd ejabberd
git checkout ....
ejabberd 安装错误
安装ejabberd的时候出现:
configure: error: Could not find development files of Expat library
解决:
ubuntu:
sudo apt-get install libexpat-dev
Could not find development files of zlib library
download zlib from zlib site: http://zlib.net
decompress, ./configure; make; make install
configure: error: Could not find development files of OpenSSL library
apt-get install openssl
apt-get install libssl-dev
本文提供了解决在安装ejabberd时遇到的配置错误的方法,包括安装依赖库如libexpat-dev、zlib和openssl,详细步骤帮助用户顺利完成ejabberd的安装。

2万+

被折叠的 条评论
为什么被折叠?



