Installation de VLC

Fermé
Old2011 - 14 janv. 2010 à 20:39
bob031 Messages postés 8158 Date d'inscription samedi 7 août 2004 Statut Membre Dernière intervention 1 septembre 2014 - 14 janv. 2010 à 20:50
Bonjour,
j'ai un problème au niveau de l'installation de vlc ... j'ai suivis tous vos conseils mais je suis coincé au niveau du ./configure !

[root@localhost vlc-1.0.4]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/tmp/vlc/vlc-1.0.4':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

si je tape directement "yum install vlc" j'obtiens:

[root@localhost vlc-1.0.4]# yum install vlc
Setting up Install Process
Parsing package install arguments
No package vlc available.
Nothing to do

Linux reste compliqué à adopter lorsqu'on vient de windows... mais surement plus pratique lorsqu'on s'y connait un minimum... Pourriez vous me renseigner? je m'arrache les cheveux !
merci de votre aide
A voir également:

2 réponses

jipicy Messages postés 40842 Date d'inscription jeudi 28 août 2003 Statut Modérateur Dernière intervention 10 août 2020 4 897
14 janv. 2010 à 20:44
Salut,

Extrait de https://doc.fedora-fr.org/wiki/Lecture_de_fichiers_multim%c3%a9dia

2.4 vlc

vlc est disponible depuis le Dépôt RPM Fusion. Seule la version x86 permet d'utiliser les codecs win32.

* installer vlc :

# yum install vlc

Il est possible d'installer aussi le plugin firefox.

# yum install mozilla-vlc



Voir aussi : https://doc.fedora-fr.org/wiki/D%c3%a9p%c3%b4t_livna
Lire au-préalable : https://doc.fedora-fr.org/wiki/Lecture_de_fichiers_multim%c3%a9dia#Pr.C3.A9sentation
0
bob031 Messages postés 8158 Date d'inscription samedi 7 août 2004 Statut Membre Dernière intervention 1 septembre 2014 472
14 janv. 2010 à 20:50
Bonjour,

Pourriez vous me renseigner? je m'arrache les cheveux !


à défaut de les faire repousser, on peut aider si possible ... :-)


pourtant c'est très simple ....

checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/tmp/vlc/vlc-1.0.4':
configure: error: no acceptable C compiler found in $PATH


il te faut un compilateur, donc :

yum install gcc



yum install vlc
Setting up Install Process
Parsing package install arguments
No package vlc available.
Nothing to do


si tu n'as pas configuré et activé le dépôt pour télécharger et installer vlc, alors tu auras invariablement la réponse No package vlc available


Question : quelle est la version de Fedora ???
0