The good news is that the source install doesn't stomp on the Ubuntu package. Ubuntu installs it to /usr/lib and /usr/bin, and the source install goes in /usr/local/lib and /usr/local/bin, which should be on your $PATH before /usr/bin.
Here's how to set up the latest version on a fairly vanilla Ubuntu 11.04. First, you need to download the Erlang source.
You may need to install some build tools - I had to install m4.
Then unpack and build the source:
tar xzf release.tgz
cd release
./configure
make
make install
No comments:
Post a Comment