Installation Environment:
Yum-y install make GCC gcc-c++ kernel-devel M4 glibc-devel autoconf
Yum-y install ncurses-devel OpenSSL openssl-devel UnixODBC unixodbc-devel
Download Erlang to SRC
Unzip, switch directories to CD otp_src_19.3, check the environment
./configure--prefix=/usr/local/erlang--with-ssl--enable-hipe--enable-threads--enable-smp-support-- Enable-kernel-poll--without-javac
The normal environment is shown as follows :
Applications DISABLED *******************************************************************************************Jinterface:java compiler disabled by user*************************************************************************************************************** Applications Information ************************************** **************************************************wx:wxwidgets not found, WX is not being usable*************************************************************************************************************** Documentation Information ************************************* **************************************************Documentation:fop ismissing. Using Fakefop to generate placeholder PDF files.*********************************************************************
Compile, install
Make && make install
Setting environment variables
# vim/etc/profileexport PATH= $JAVA _home/bin/: $PATH:/usr/local/erlang/bin: $PATH
Source/etc/profile
Erlang Linux Environment installation