Labels: Install the HTTP Java OS file ar Div amp
1. first, install the GCC & G ++ compiler for source code compilation. The installation method is very simple. First, search for the package with Yum search GCC, and then select the appropriate version to copy the full name, use Yum intall gcc_xxx for installation.
2. Install OpenSSL and ncurses-devel. The installation method is the same as that of 1. 3. Download the installation package from http://www.erlang.org/download/otp_src_r16b03-1.tar.gz. 4. Tar-zxvf otp_src_R16B03-1.tar.gz command unzip the source package. 5. then input the CD otp_src_R16B03-1. /configure -- prefix =/usr/local/Erlang -- With-SSL -- enable-threads -- enable-smp-support -- enable-kernel-poll -- enable-hipe -- without-javac make make install6. edit the/etc/profile file, add an export Path = $ path:/usr/local/Erlang/bin7. to log on again, enter ERL and press Enter. OK Erlang runs successfully.