Installing Erlang on Fedora

The following has been tested on Fedora 13 and 15:

yum install bison bison-devel ncurses ncurses-devel zlib zlib-devel openssl openssl-devel gnutls-devel gcc gcc-c++ wxBase.i686 wxGTK.i686 wxGTK-devel.i686 unixODBC.i686 unixODBC-devel.i686 fop
wget http://www.erlang.org/download/otp_src_R15B.tar.gz
tar xfvz otp_src_R15B.tar.gz
cd otp_src_R15B
./configure --with-ssl
make
su -c 'make install'
make docs
su -c 'make install-docs'