Ok, logged in as root I copied the ffmpeg binary to the /opt folder and
executed the command 
export PATH=$PATH:/opt/
then, ldd ffmpeg yields:
ldd ffmpeg
libm.so.6 => /lib/libm.so.6 (0x40005000)
librt.so.1 => /lib/librt.so.1 (0x400ad000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x400bc000)
libpthread.so.0 => /lib/libpthread.so.0 (0x400d0000)
libc.so.6 => /lib/libc.so.6 (0x400f0000)
/lib/ld-linux.so.3 (0x2a000000)

but ffmpeg -h yields:
ffmpeg -h
-bash: /opt/ffmpeg: Permission denied

Am i doing something wrong?


------------------------------------------------------------------------
marakasmalan's Profile: http://forums.slimdevices.com/member.php?userid=66887
View this thread: http://forums.slimdevices.com/showthread.php?t=101641

_______________________________________________
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to