buenas .. después de hacer una actualización al sistema con .. yum -y update
y seguidamente reiniciar por completo .. me tope con esto ..
Ahora queria limpiar el cache de yum para las instalaciones futuras y me aparece esto .. ------------------------- # yum clean all There was a problem importing one of the Python modules required to run yum. The error leading to this problem was:
libsqlite3.so.0: cannot open shared object file http://www.php.net/file: No such file http://www.php.net/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 http://www.php.net/current version of Python, which is: 2.4.3 (#1, Mar 14 2007, 18:51:08) [GCC 4.1.1 20070105 (Red Hat 4.1.1-52)]
If you cannot solve this problem yourself, please go to the yum faq at: http://wiki.linux.duke.edu/YumFaq -------------------------
Segun el foro de CentOs 5 nos dice que la solución es reinstalar el paquete Sqlite con el parámetro --force .. el detalle es que ni siquiera puedo instalar un paquete .. me sucede esto . ------------- # rpm -Uvh http://www.alcancelibre.org/al/el/5/RPMS.al/sqlite-3.3.13-1.9.el5.al.i386.rp... rpm: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file http://www.php.net/file: No such filehttp://www.php.net/fileor directory -------------
según noto me falta la librería libsqlite3.so.0 .. pero no puedo instalar nada pues me sale el mensaje mostrado con anterioridad. alguna sugerencia para poder instalar esta biblioteca o algo que haya que hacer para resolver esto ?