Install Erlang in Centos6.5

Source: Internet
Author: User
Extract. 2 Unzip: tar-xzvfotp_src_17.5.tar.gz3 into the decompressed folder: cdotp_src_17.5.tar.gz4 if you run./configure directly, will prompt no curses library, so first have to install this library: yumin

1. first go to the www.erlang.org download page and download otp_src_17.5.tar.gz.

2 decompress: tar-xzvf otp_src_17.5.tar.gz

3. enter the decompressed folder: cd otp_src_17.5.tar.gz.

4. if you run./configure directly, the system will prompt that there is no curses library, so you must first install the library: yum install ncurses-devel. to run this command, you must have the root permission.

5. run the./congigure command.

6. run the make command.

7. run the make install command.

 

After the installation is successful, enter erl in the command line to run erlang shell. So far, the installation is complete. Zookeeper
Related Article

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.