Erlang is a fast growing language and is used in many key applications. Being concurrent and fast..it is used in many applications where multiple service are required simultaneously. It can be installed on linux via it package or simply from the terminal using : sudo apt-get install erlang I did using the source file from the erlang site. The following steps made me complete the installation: 1>download the tar file. 2> cd to the folder and unzip it. 3> go the unzipped folder. 4> Now, Erlang needs some other files to fully complete installations and generate documentations. So the following steps needs to be done: sudo apt-get install fop sudo apt-get install libncurses-5-dev sudo apt-get install openjdk6-jdk sudo apt-get install unixodbc-dev sudo apt-get install g++ sudo apt-get install libssl-dev Still, Erlang requires wx libraries so we will do the following: sudo apt-get install libwxbase2.8 sudo apt-ge...
Journey of seeking knowledge and wisdom