Building Erlang B13R04 in CentOS 5.4
April 30th, 2010
Last post was about building Erlang B13R04 in Ubuntu. For CentOS, it’s somehow the same with yum
sudo yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl-devel
wget http://www.erlang.org/download/otp_src_R13B04.tar.gz
tar xfvz otp_src_R13B04.tar.gz
cd otp_src_R13B04/
./configure --with-ssl
sudo make install
However, I haven’t found the similar package to xsltproc and fop yet. But it’s only for building the documentation which I don’t really need.