Many of us faces a problem while installing ffmpeg and compiling it wilt php. here is a very simple and quickest tutorial to help u compile ur php and install ffmpeg in few minutes.
Warnings ::
1. Donot login to ur ssh while compiling php. if u r logged in logout immediately.
2. Compile Php first than install ffmpeg.
Steps ::
1. Login to ur WHM
2. Search for "easyapache"
3. Click "Start customising based on profile"
4. Select ur apache version & click Next step (Mostly its Apache 2.2)
5. Tick PHP 5 and click Next Step (Default is PHP 5 For all servers)
6. Select ur server's php version and click next (Default version is 5.2.17)
7. Scroll down and click "Exhaustive Options List"
8. Scroll down and look for "GD" & Tick it and then click "Save and Build"
9. On finishing building it will display a pop up window. Click "Save New Configuration" in it.
Compiling part finished now comes ffmpeg installation
10. Login to ur ssh via root acess
11. Use this command & hit enter "cd /usr/src/" (Enter into installation directory)
12. Use this command & hit enter "wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg3/ffmpeginstall.3.2.1.tar.gz" (Downloading FFMPEG & Other usefull modules)
13. Use this command & hit enter "tar -xzvf ffmpeginstall.3.2.1.tar.gz" (Extracting the downloaded installation folder)
14. Use this command & hit enter "cd ffmpeginstall.3.2.1" (Entering the installation folder)
15. Use this command & hit enter "./install.sh" (Running setup file)
16. Installation will ask u to press any key now.
17. Installation will ask u for php directory use this path as it is "/usr/local/lib/php.ini"
18. Installation will finish in 10 to 15 minutes. after installation finished reboot ur server by using command "reboot"
Next time when ur server will be running it will be running with all vital modules installed in it including ffmpeg.
This is the simplest tutorial for ffmpeg installation. if u face any issue knock me i will install it on ur server FREE.
Warnings ::
1. Donot login to ur ssh while compiling php. if u r logged in logout immediately.
2. Compile Php first than install ffmpeg.
Steps ::
1. Login to ur WHM
2. Search for "easyapache"
3. Click "Start customising based on profile"
4. Select ur apache version & click Next step (Mostly its Apache 2.2)
5. Tick PHP 5 and click Next Step (Default is PHP 5 For all servers)
6. Select ur server's php version and click next (Default version is 5.2.17)
7. Scroll down and click "Exhaustive Options List"
8. Scroll down and look for "GD" & Tick it and then click "Save and Build"
9. On finishing building it will display a pop up window. Click "Save New Configuration" in it.
Compiling part finished now comes ffmpeg installation
10. Login to ur ssh via root acess
11. Use this command & hit enter "cd /usr/src/" (Enter into installation directory)
12. Use this command & hit enter "wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg3/ffmpeginstall.3.2.1.tar.gz" (Downloading FFMPEG & Other usefull modules)
13. Use this command & hit enter "tar -xzvf ffmpeginstall.3.2.1.tar.gz" (Extracting the downloaded installation folder)
14. Use this command & hit enter "cd ffmpeginstall.3.2.1" (Entering the installation folder)
15. Use this command & hit enter "./install.sh" (Running setup file)
16. Installation will ask u to press any key now.
17. Installation will ask u for php directory use this path as it is "/usr/local/lib/php.ini"
18. Installation will finish in 10 to 15 minutes. after installation finished reboot ur server by using command "reboot"
Next time when ur server will be running it will be running with all vital modules installed in it including ffmpeg.
This is the simplest tutorial for ffmpeg installation. if u face any issue knock me i will install it on ur server FREE.
Comment