25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-26 16:26:24 +01:00

Disapprove the use of R14A and R14B due to the rwlock bug.

This commit is contained in:
Badlop 2010-11-19 15:33:48 +01:00
parent d94f6b45bf
commit 33116be0ae
2 changed files with 4 additions and 2 deletions

3
README
View File

@ -8,7 +8,8 @@ Quickstart guide
To compile ejabberd you need: To compile ejabberd you need:
- GNU Make - GNU Make
- GCC - GCC
- Erlang/OTP R12B-5 or higher. - Erlang/OTP R12B-5 or higher. Recommended: R12B-5 and R13B04.
Avoid R14A and R14B.
- exmpp 0.9.6 or higher - exmpp 0.9.6 or higher
- OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption. - OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption.
- Zlib 1.2.3 or higher, for Stream Compression support - Zlib 1.2.3 or higher, for Stream Compression support

View File

@ -311,7 +311,8 @@ To compile \ejabberd{} on a `Unix-like' operating system, you need:
\begin{itemize} \begin{itemize}
\item GNU Make \item GNU Make
\item GCC \item GCC
\item Erlang/OTP R12B-5 or higher. \item Erlang/OTP R12B-5 or higher. The recommended versions are R12B-5 and R13B04.
Don't use R14A or R14B because \footahref{http://www.erlang.org/cgi-bin/ezmlm-cgi/4/54598}{they have a bug}.
\item exmpp 0.9.6 or higher \item exmpp 0.9.6 or higher
\item OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption. \item OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption.
\item Zlib 1.2.3 or higher, for Stream Compression support (\xepref{0138}). Optional. \item Zlib 1.2.3 or higher, for Stream Compression support (\xepref{0138}). Optional.