|
|
不知道大家做过即时通服务器没
我现在用想弄一个即时通服务器
安装就出现了问题 哎
我想用 Jabber2 做为服务端
编译时出现
checking for stringprep_check_version in -lidn... yes
checking for Libidn version >= 0.3.0... no
configure: error: Libidn >= 0.3.0 not found
可是我安装了 Libidn 0.5.6
编译
./configure --enable-ssl --enable-mysql --enable-idn \
--with-extra-include-path=/usr/include/mysql \
--with-extra-library-path=/usr/lib/mysql \
--prefix=/opt/jabberd2
make
make install
有人建议我不要用CentOS4了 用Fedora 8
除了换系统 还有其它办法吗 ?
请大家帮帮忙 谢谢了 |
|