On 4/10/06, Paul Smith <phhs80@xxxxxxxxx> wrote: > Dear All > > Any ideas regarding the following error message? > > nice -n 0 ffmpeg -i audiodump.wav -ab 224 -ar 48000 -ac 2 -acodec ac3 - > y "damavag2.ac3" > ffmpeg: error while loading shared libraries: /usr/lib/libavutil.so.49: cannot r > estore segment prot after reloc: Permission denied > > Thanks in advance, > > Paul Smells like SELinux. I bet there's an avc: denied message in your syslog. If so, chcon -t texrel_shlib_t /usr/lib/libavutil.so.49