Discussion:
[Ffmpeg-user] Permission Denied
Qasim Khan
2007-04-19 07:53:53 UTC
Permalink
I am new at Linux and my assignment is to convert videos using ffmpeg on
linux for this purpose I am using Ubuntu.

I downloaded the ffmpeg binary for linux from (
http://gallery.menalto.com/node/48110). I put it on the desktop and when i
tried to run it. It gave me a error of permssion denied. Even I have root
access on Ubuntu.

root at xyz:/home/xyz/Desktop# /home/xyz/Desktop/ffmpeg
bash: /home/kraysis/Desktop/ffmpeg: Permission denied

I also tried the following link to make my own binary:
http://vexxhost.com/blog/2007/03/03/installing-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder-libogg-%E2%80%93-the-easy-way/

but I stuck on step 7

root at xyz:/home/xyz/ffmpeg/lame-3.97# ./configure
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
root at xyz:/home/xyz/ffmpeg/lame-3.97# make
bash: make: command not found
root at xyz:/home/xyz/ffmpeg/lame-3.97# make install
bash: make: command not found
root at xyz:/home/xyz/ffmpeg/lame-3.97#

I am looking for some positive response.
Flash Web
2007-04-19 08:13:39 UTC
Permalink
Post by Qasim Khan
root at xyz:/home/xyz/Desktop# /home/xyz/Desktop/ffmpeg
bash: /home/kraysis/Desktop/ffmpeg: Permission denied
You may need to set permission before running it, try

chmod 755 /home/xyz/Desktop/ffmpeg

root at xyz:/home/xyz/ffmpeg/lame-3.97# ./configure
Post by Qasim Khan
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
You need to install C compiler on your system. Not sure how to do this in
Ubentu.

Thanks,

Yujin

http://www.bizhat.com
DEF
2007-04-19 08:33:30 UTC
Permalink
Post by Qasim Khan
I am new at Linux and my assignment is to convert
videos using ffmpeg on
linux for this purpose I am using Ubuntu.
I downloaded the ffmpeg binary for linux from (
http://gallery.menalto.com/node/48110). I put it on
the desktop and when i
tried to run it. It gave me a error of permssion
denied. Even I have root
access on Ubuntu.
root at xyz:/home/xyz/Desktop# /home/xyz/Desktop/ffmpeg
bash: /home/kraysis/Desktop/ffmpeg: Permission
denied
I also tried the following link to make my own
http://vexxhost.com/blog/2007/03/03/installing-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder-libogg-%E2%80%93-the-easy-way/
Post by Qasim Khan
but I stuck on step 7
root at xyz:/home/xyz/ffmpeg/lame-3.97# ./configure
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking for a BSD-compatible install...
/usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific
portions of Makefiles... no
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in
$PATH
See `config.log' for more details.
root at xyz:/home/xyz/ffmpeg/lame-3.97# make
bash: make: command not found
root at xyz:/home/xyz/ffmpeg/lame-3.97# make install
bash: make: command not found
root at xyz:/home/xyz/ffmpeg/lame-3.97#
I am looking for some positive response.
_______________________________________________
Try
http://users.piuha.net/martti/comp/ubuntu/install.html

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Continue reading on narkive:
Loading...