I am the Tsung deployed in a virtual machine installed under Windows 7, so the following are the operations under the virtual machine:
1, network problems must be done, see my other blog
2, Erlang installation package, Tsung installation package One by one is equipped. I'm using a tsung_1.5.2a-1_all.deb,otp_src_17.1.tar.gz.
3, first with sudo apt-get install BUILD-DEP Erlang, installation of Erlang must be dependent
4,./configure=/usr/local/erlang
5, sudo make (because of the rights management mechanism of Ubuntu, usually when writing files, it may be because of the permissions of the problem to hinder you, so, add sudo before the command)
6. Sudo make install
7, sudo dpkg-i tsung_1.5.2a-1_all.deb, the result appeared
This means that the dependent package Erlang-nox version does not match the current Tsung, in which case the sudo apt-get install-f is executed, which means fixing the dependencies.
8.
Reference Tutorial: http://cryolite.iteye.com/blog/356419
Deploy Tsung under ubuntu14.04