I have the same problem, I installed VLC this way:
su
yum -y install videolan-client
I thought everything was alright but when I tried to play a video file it didn't even start up and VLC was already closed.
I removed with yum remove videolan-client and then installed with
yum -y install vlc
Once the installation was finished, I found the same problem again...but I didn't give up yet; I removed and followed the steps explained in
viewtopic.php?t=22472 , anyway the problem persists...
Once removed, I downloaded vlc-0.8.5.tar.gz...
There was no problem with
su
./configure --prefix=/usr -enable-wxwidgets
but when I run
make
After a lot of lines that seem to show everything of going fine, I get this message:
Making install in po
make[2]: Entering directory `/home/vulture/programas/video/vlc-0.8.5/po'
rm -f ca.gmo && : -c --statistics -o ca.gmo ca.po
mv: no se puede efectuar `stat' sobre «t-ca.gmo»: No existe el fichero o el directorio
make[2]: *** [ca.gmo] Error 1
make[2]: Leaving directory `/home/vulture/programas/video/vlc-0.8.5/po'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/vulture/programas/video/vlc-0.8.5'
make: *** [install] Error 2
I don't know what else to try...any hints?