I was trying to install flvtool2 on my VPS and got dependencies issues many times. Couldn’t install it and I got tired.
While digging into Google search, I found this article by luck.
http://blog.funciton.com/2009/10/how-to-install-flvtool2-flvtool-and-yamdi-under-centos.html
Here’s the content.
flvtool2
- yum install wget gcc make ruby
- cd /usr/local/src
- wget http://rubyforge.org/frs/download.php/17497/flvtool2-1.0.6.tgz
- tar zxf flvtool2-1.0.6.tgz
- cd flvtool2-1.0.6
- ruby setup.rb config
- ruby setup.rb install
- flvtool2 –help
flvtool2
- yum install wget gcc make ruby
- cd /usr/local/src
- wget http://rubyforge.org/frs/download.php/17497/flvtool2-1.0.6.tgz
- tar zxf flvtool2-1.0.6.tgz
- cd flvtool2-1.0.6
- ruby setup.rb config
- ruby setup.rb install
- flvtool2 –help
Everything was cleared up. And I am happy too.
Thank you fernando for writing such a great article.