Install the Erlang Development Environment on CentOS

Source: Internet
Author: User


Install Erlang Development Environment on CentOS install Erlang Development Environment 1. yum groupinstall Base "Development Tools" "Perl Support" 2. yum install gcc glibc-devel make ncurses-devel openssl -devel autoconf3, yum install unixODBC unixODBC-devel3, wget http://erlang.org/download/otp_src_r14b04.tar.gz4, tar xzf otp_src_R14B04.tar.gz (this version is random, official Website) 5. cd otp_src_R14B046 ,. /configure -- prefix =/home/erlang -- without-javac // java coding is not required. Remove java to avoid errors. 7. Add a soft connection to make & make install and execute erl only under the bin of erlang. 8. During ln-s/home/erlang/bin/erl/usr/local/bin/erl installation, switch to the root user to avoid insufficient permissions. Btw: virtual machines. Let the virtual machine be able to access the Internet first, otherwise it would be very unfortunate to manually download those packages.
 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.