Hello Jose, thank you very much for your response, I tried this command but the problem persists, do you know what could be the problem? Thank you very much On Sunday, May 21, 2017, Jose <linuxas08 at gmail.com> wrote:> Execute: ldconfig > > Best regards > > 2017-05-21 10:54 GMT+02:00 vychytraly . <vychytraly at gmail.com>: > >> Hello friends, today I encountered this issue on one of the centos >> machines, yesterday everything seemed woking normally: >> >> $ sudo yum update >> There was a problem importing one of the Python modules >> required to run yum. The error leading to this problem was: >> >> lIbgscaPi_krb .co.2: cannot open shared object file: No such file or >> directory >> >> Please install a package which provides this module, or >> verify that the module is installed correctly. >> >> It's possible that the above module doesn't match the >> current version of Python, which is: >> 2.7.5 (default, Nov 6 2016, 00:28:07) >> [GCC 4.8.5 20150623 (Red Hat 4.8.5-11)] >> >> If you cannot solve this problem yourself, please go to >> the yum faq at: >> http://yum.baseurl.org/wiki/Faq >> >> Im sure I did not overwrite any of the python packages, since I have >> protectbase configured. >> Please do you know what could be the problem? >> >> Thank you very much and have a nice day >> vychytraly >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> https://lists.centos.org/mailman/listinfo/centos >> > > > > -- > Por favor.... > No imprima este correo, ni los documentos adjuntos si no es estrictamente > necesario. > > ?Cuidemos el PLANETA! > * <http://realavilescadetea.blogspot.com>* > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >
And I got these errors: can't link /lib64/libSsl.so>10 to libssl.so.10 and can't create temporary cache file /etc/ld.so.cache~: Permission denied On Sunday, May 21, 2017, vychytraly . <vychytraly at gmail.com> wrote:> Hello Jose, thank you very much for your response, I tried this commandbut the problem persists, do you know what could be the problem? Thank you very much> > On Sunday, May 21, 2017, Jose <linuxas08 at gmail.com> wrote: >> Execute: ldconfig >> >> Best regards >> >> 2017-05-21 10:54 GMT+02:00 vychytraly . <vychytraly at gmail.com>: >> >>> Hello friends, today I encountered this issue on one of the centos >>> machines, yesterday everything seemed woking normally: >>> >>> $ sudo yum update >>> There was a problem importing one of the Python modules >>> required to run yum. The error leading to this problem was: >>> >>> lIbgscaPi_krb .co.2: cannot open shared object file: No such file or >>> directory >>> >>> Please install a package which provides this module, or >>> verify that the module is installed correctly. >>> >>> It's possible that the above module doesn't match the >>> current version of Python, which is: >>> 2.7.5 (default, Nov 6 2016, 00:28:07) >>> [GCC 4.8.5 20150623 (Red Hat 4.8.5-11)] >>> >>> If you cannot solve this problem yourself, please go to >>> the yum faq at: >>> http://yum.baseurl.org/wiki/Faq >>> >>> Im sure I did not overwrite any of the python packages, since I have >>> protectbase configured. >>> Please do you know what could be the problem? >>> >>> Thank you very much and have a nice day >>> vychytraly >>> _______________________________________________ >>> CentOS mailing list >>> CentOS at centos.org >>> https://lists.centos.org/mailman/listinfo/centos >>> >> >> >> >> -- >> Por favor.... >> No imprima este correo, ni los documentos adjuntos si no es estrictamente >> necesario. >> >> ?Cuidemos el PLANETA! >> * <http://realavilescadetea.blogspot.com>* >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> https://lists.centos.org/mailman/listinfo/centos >>
On Sun, 2017-05-21 at 13:06 +0200, vychytraly . wrote:> And I got these errors: can't link /lib64/libSsl.so>10 to libssl.so.10 and > can't create temporary cache file /etc/ld.so.cache~: Permission deniedsudo ldconfig And if the error persists check that there's nothing wrong with your filesystem - run dmesg to see if there are any other issues. P.