Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

Welcome to Pandora FMS Community Forums Soporte de la comunidad Requires: perl-Encode-Locale

  • Requires: perl-Encode-Locale

    Posted by Félix Pablo on October 27, 2014 at 11:03

    Buenos días,

    al tratar de actualizar el servidor CentOS mediante yum update:

    [root@centinela ~]# yum update
    Loaded plugins: fastestmirror, refresh-packagekit, security
    Repository centosplus is listed more than once in the configuration
    Repository contrib is listed more than once in the configuration
    Loading mirror speeds from cached hostfile
    * base: centos.mirror.xtratelecom.es
    * extras: centos.mirror.xtratelecom.es
    * updates: centos.mirror.xtratelecom.es
    Setting up Update Process
    Resolving Dependencies
    Running transaction check
    – Package pandorafms_agent_unix.noarch 0:5.1-1 will be updated
    – Package pandorafms_agent_unix.noarch 0:5.1SP1RC3-1 will be an update
    – Package pandorafms_console.noarch 0:5.1-1 will be updated
    – Package pandorafms_console.noarch 0:5.1SP1RC3-1 will be an update
    – Package pandorafms_server.noarch 0:5.1-1 will be updated
    – Package pandorafms_server.noarch 0:5.1SP1RC3-1 will be an update
    Processing Dependency: perl-Encode-Locale for package: pandorafms_server-5.1SP1RC3-1.noarch
    Finished Dependency Resolution
    Error: Package: pandorafms_server-5.1SP1RC3-1.noarch (Artica)
              Requires: perl-Encode-Locale
    You could try using –skip-broken to work around the problem
    You could try running: rpm -Va –nofiles –nodigest

    Alguna idea ?

    Saludos

    Félix Pablo replied 10 years, 3 months ago 3 Members · 7 Replies
  • 7 Replies
  • smartin

    Member
    October 28, 2014 at 15:15
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Prueba a instalar el paquete perl-Encode-Locale. — yum install perl-Encode-Locale.

    Parece ser que es un problema de dependencias.

    Saludos

  • smartin

    Member
    October 29, 2014 at 16:15
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    A mi por ejemplo me pedía la misma dependencia porque estoy haciendo pruebas en un debian.

    Si no lo encuentras con el yum, prueba a buscarlo por google y descargar el paquete .rpm.

    Saludos

  • smartin

    Member
    October 29, 2014 at 19:20
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Por curiosidad, que versión tienes de Centos?

    Lo he estado probando en otros Centos y sí que lo tengo

    Saludos

  • Félix Pablo

    Member
    October 29, 2014 at 21:55
    53 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hola Sergio,

    es un CentOS 6.5, y lo primero que intenté fue :

    #yum install perl-Encode-Locale

    y no hubo manera.

    Saludos

  • mike_moyse

    Member
    October 30, 2014 at 13:38
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Edit /etc/yum.repos.d/CentOS-Base.repo and enable EXTRAS, and UPDATES repos. Usually should be something like this:

    [updates]
    name=CentOS-$releasever – Updates
    mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

    [extras]
    name=CentOS-$releasever – Extras
    mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

    We’re also going to add the EPEL repository:

    [EPEL]
    Name = EPEL
    baseurl = http://dl.fedoraproject.org/pub/epel/6/$basearch/
    enabled = 1
    gpgcheck = 0

  • smartin

    Member
    October 30, 2014 at 16:45
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hola buenas,

    http://rpmfind.net/linux/rpm2html/search.php?query=perl-Encode-Locale

    desde aquí podéis bajarlo.

    Saludos

  • Félix Pablo

    Member
    November 4, 2014 at 09:22
    53 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Buenos días Sergio,

    muchas gracias.

    Saludos