Skip to content

Commit

Permalink
Updated Erlang build. R13 corrected ssl installation error on Redhat/…
Browse files Browse the repository at this point in the history
…CentOS found in R12.
  • Loading branch information
rzownir committed Apr 22, 2009
1 parent 33f5b68 commit c7b35a6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions extra.sh
Expand Up @@ -42,18 +42,11 @@ ldconfig $PREFIX/lib

###############################################################################
# Erlang R13B
# There is a build error on Redhat/CentOS concerning ssl in R12. The easy fix
# is to disable ssl support in Erlang. If some can get Erlang to build with SSL
# on WebFaction machines, PLEASE let me know how. I tried the solution on
# http://www.erlang.org/pipermail/erlang-bugs/2007-December/000562.html, but
# then got an error dealing with krb5. Maybe downloading and including the
# kerberos 5 source would solve the problem, but I've been messing around with
# with this too long. Haven't check the status of this problem on R13

cd $PREFIX/src
wget http://erlang.org/download/otp_src_R13B.tar.gz
tar xzvf otp_src_R13B.tar.gz
cd otp_src_R13B
./configure --prefix=$PREFIX --without-ssl # May not be necessary with R13
./configure --prefix=$PREFIX
make
make install

0 comments on commit c7b35a6

Please sign in to comment.