Well today I was trying to upgrade a ffmpeg on a server with libspeex / x264 / faac / librtpm .
Everything was ok until I have this error
Error “Xext not found”
So how to fix this ?
yum install libXext-devel
is the solution for this problem.
After this I encountered another problem
ERROR: Xfixes not found
the fix for this is
yum install libXfixes-devel
This fixex are for Centos
Awesome. Had this exact issue today and your list of packages to instal fixed it for me.
Comment by ttguy — January 3, 2013 @ 5:34 pm
Glad to hear that my solution help someone.
Comment by admin — January 3, 2013 @ 7:25 pm