FFmpeg installation problem

If you are installing ffmpeg from the SVN and getting the following error log after running ./configure:

./configure
Unable to create and execute files in /tmp.  Set the TMPDIR environment
variable to another directory and make sure that /tmp is not mounted
noexec.
Sanity test failed.
If you think configure made a mistake, make sure you are using the latest
version from SVN.  If the latest version fails, report the problem to the
ffmpeg-devel@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file “config.err” produced by configure as this will help
solving the problem.

This means that your /tmp directory has noexec flag and you need to disable it for a while.

Another solution

============

if you are installing as root, make sure you have /root/tmp (you should) and just run

export TMPDIR=$HOME/tmp

before you do your
./configure
make
make install

 

ERROR: libvorbis not found

I have got a problem while i used the command ./configure –enable-libmp3lame –enable-libvorbis –disable-mmx –enable-shared …. it says that libvorbis not found even i install that… any help is really appreciate it.

/usr/local/ffmpeg-0.6.2]# ./configure –enable-libx264 –enable-gpl –enable-libfaac –enable-nonfree –enable-libmp3lame –enable-libvorbis –disable-mmx –enable-avfilter

ERROR: libvorbis not found

It seems that libvorbis is not properly complied, please try following commands before compiling FFMPEG
cd /usr/local/src/
wget http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.2.tar.bz2
tar -zxvf libvorbis-1.3.2.tar.bz2
cd libvorbis-1.3.2
./configure && make && make install

 

downgrade mysql in cpane server

First of all take a backup of databases in the server.

you will have to edit the cPanel config file and make manual changes under this, so edit it with the command:

nano /var/cpanel/cpanel.config

And here, find for the line “mysql-version=5.0” and change it to “mysql-version=4.1

Now, we will forcefully install mysql by the following command:

/scripts/mysqlup --force