FFmpeg install problem multiple methods

Posted by Calibaba, 07-16-2008, 10:42 PM
Trying to install FFmpeg through this method: http://forums.theplanet.com/index.php?showtopic=64541 I went through halfway without errors until the below command: root@server [/usr/local/src]# svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg -bash: svn: command not found I also tried: perl -MCPAN -e shell cpan> install FFmpeg Errors I have Cpanel on Centos 5

Posted by WebbyCart, 07-16-2008, 11:14 PM
Install subversion first, yum install subversion Is your server Managed? You can ask your host to install ffmpeg for you. Regards, Bobby

Posted by Calibaba, 07-16-2008, 11:22 PM
Woops forgot that Is it normal for that same svn command line to take over 3 minutes long (with no output to show some sort of activity)?

Posted by Calibaba, 07-16-2008, 11:25 PM
Actually just got this root@server [~]# svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg svn: Can't connect to host 'svn.mplayerhq.hu': Connection timed out

Posted by WebbyCart, 07-16-2008, 11:27 PM
Your firewall is blocking the port. Try to disable the firewall temporarily... or open port 3690

Posted by Calibaba, 07-16-2008, 11:36 PM
Now I get this after succesfully running both svn commands root@server [~]# cd /usr/local/src/mplayer -bash: cd: /usr/local/src/mplayer: No such file or directory

Posted by Calibaba, 07-16-2008, 11:51 PM
Getting close. I'm on the LIBVORBIS part now and after running the below ./configure && make && make install I got this error checking for pkg-config... /usr/bin/pkg-config checking for ogg >= 1.0... Package ogg was not found in the pkg-config search path. Perhaps you should add the directory containing `ogg.pc' to the PKG_CONFIG_PATH environment variable No package 'ogg' found checking for Ogg... no *** Could not run Ogg test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time linker is not finding Ogg or finding the wrong *** version of Ogg. If it is not finding Ogg, you'll need to set your *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point *** to the installed location Also, make sure you have run ldconfig if that *** is required on your system *** *** If you have an old version installed, it is best to remove it, although *** you may also be able to get things to work by modifying LD_LIBRARY_PATH configure: error: must have Ogg installed! However, I did this wget http://downloads.xiph.org/releases/o...g-1.1.3.tar.gz tar zxvf libogg-1.1.3.tar.gz cd /usr/local/src/libogg-1.1.3 ./configure make make install No errors there. Then I went back to do the commands again cd /usr/local/src/libvorbis-1.1.2 ./configure && make && make install Same errors

Posted by assistanz247, 07-17-2008, 04:54 AM
Hi, Try with libvorbis-1.2.0 version. You can download it from http://downloads.xiph.org/releases/v...s-1.2.0.tar.gz

Posted by prashant1979, 09-16-2008, 06:17 AM
I tried the solution provided in http://www.linuxforums.org/forum/red...fmpeg-fc4.html and it worked for me. I have managed to install ffmpeg after many hiccups.

Posted by mellow-h, 09-16-2008, 10:25 AM
Just edit your /etc/ld.so.conf and put the following line at the end: /usr/local/lib And run ldconfig -v It should work fine for you

Was this answer helpful?

 Print this Article

Also Read

DNS management problems on DirectAdmin

Posted by Narcolog, 06-02-2012, 06:46 PMNeed to add this 2 lines for domain via DirectAdmin...

Easy Exchange Administrator ?

Posted by netguy5, 08-22-2007, 12:58 AMHi guys, Does anyone of you guys use Easy Exchange...

Where can I find a working PHP SMS text script?

Posted by lexington, 01-13-2011, 04:56 AMI found this site which works in sending text messages...

php/mysql q

Posted by Sammy89, 02-14-2011, 03:45 PMis there a better way to write: Posted by...

Server Firewall csf - Apf ...

Posted by tkanaco, 06-26-2008, 08:11 AMwhich is the better apf or csf for more security some...