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:
parent
d94f6b45bf
commit
33116be0ae
3
README
3
README
@ -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
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user