Paul Smith wrote: > On 4/10/06, J. K. Cliburn <jcliburn@xxxxxxxxx> 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. > > Thanks. The problem is now overcome! I'd suggest posting your findings and fixes to http://bugzilla.livna.org/ (or to the repo maintainer you got it from) so that the packages can be fixed accordingly. -- Rex