#1 Le 07/06/2016, à 06:20
- alfirdaous
Impossible d'installer php5-ffmpeg
Bonjour,
Je trouve une difficulté d'installer php5-ffmpeg, j'obtiens cette erreur:
php5-ffmpeg : Depends: phpapi-20090626
E: Unable to correct problems, you have held broken packages.
# apt-get install php5-ffmpeg
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
php5-ffmpeg : Depends: phpapi-20090626
E: Unable to correct problems, you have held broken packages.
J'ai aussi essayé de télécharger le package en zip, avec la commande phpize, je reçois:
# phpize
Configuring for:
PHP Api Version: 20121113
Zend Module Api No: 20121212
Zend Extension Api No: 220121212
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_GB.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_GB.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Merci d'avance
Dernière modification par alfirdaous (Le 07/06/2016, à 06:28)
Hors ligne
#2 Le 10/06/2016, à 13:44
- wido
Re : Impossible d'installer php5-ffmpeg
Bonjour,
tu peux donner le retour des commandes:
sudo apt-get clean && sudo apt-get update && sudo apt-get update && sudo apt-get upgrade
Dernière modification par wido (Le 10/06/2016, à 13:45)
Hors ligne
#3 Le 14/06/2016, à 05:57
- alfirdaous
Re : Impossible d'installer php5-ffmpeg
voici le résultat:
Reading package lists... Done
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_GB.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
E: Sub-process /usr/bin/dpkg returned an error code (1)
Hors ligne