Problem with ffmpeg

J. K. Cliburn jcliburn at gmail.com
Mon Apr 10 16:50:34 UTC 2006


On 4/10/06, Paul Smith <phhs80 at gmail.com> wrote:
> On 4/10/06, J. K. Cliburn <jcliburn at gmail.com> wrote:
> > > 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
> >
> > 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
>
> Some progress! Now,
>
> 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/libavcodec.so.51: cannot restore segment prot after reloc:
> Permission denied

Keep doing the chcon on each new library until you get 'em all labeled.




More information about the fedora-list mailing list