yasm/nasm not found or too old. Use --disable-yasm for a crippled build
In order to install yasm
on Ubuntu, try this below:
sudo apt-get install yasm
On MacOS
#http://macappstore.org/yasm/
brew install yasm
Just install yasm
sudo apt-get install yasm
That worked for me
Install yasm. The command:
sudo yum install yasm
worked on my CentOS server perfectly.