ffmpeg: error while loading shared libraries: libxvidcore.so.4: cannot enable executable stack as sh PDF Print E-mail
Written by Websmurf   
Monday, 25 May 2009

If you are getting the following error:

ffmpeg: error while loading shared libraries: libxvidcore.so.4: cannot enable executable stack as shared object requires: Permission denied

 While trying to execute FFmpeg and running selinux on debian, do the following to solve: 

chpax -p /usr/bin/ffmpeg 


 
Next >