12 enero 2018

Error en Slackware libboost_system.so

Un dia, algo tan simple como querer hacer un documento de texto, devolvia un error de bibliotecas:

vampii@crisofilax:[~]$ libreoffice --writer %U
/usr/lib64/libreoffice/program/oosplash: error while loading shared libraries: libboost_system.so.1.65.1: cannot open shared object file: No such file or directory
vampii@crisofilax:[~]$


Buscamos a la biblioteca en en cuestion y la posible solucion al problema:


vampii@crisofilax:[~]$ ls -al /usr/lib64/libgnutls.so
lrwxrwxrwx 1 root root 20 dic  6 17:54 /usr/lib64/libgnutls.so -> libgnutls.so.30.13.1
vampii@crisofilax:[~]$


Como reparar error:

Recordemos que era este:
/usr/lib64/libreoffice/program/oosplash: error while loading shared libraries: libboost_system.so.1.65.1: cannot open shared object file: No such file or directory


root@crisofilax:~# wget -c http://slackware.osuosl.org/slackware64-current/slackware64/l/boost-1.65.1-x86_64-2.txz
...
Grabando a: “boost-1.65.1-x86_64-2.txz”

boost-1.65.1-x86_64-2.t 100%[===============================>]   8,77M   381KB/s    en 26s   

2017-12-06 20:14:08 (349 KB/s) - “boost-1.65.1-x86_64-2.txz” guardado [9195584/9195584]

root@crisofilax:~# installpkg boost-1.65.1-x86_64-2.txz
...
#
Executing install script for boost-1.65.1-x86_64-2.txz.
Package boost-1.65.1-x86_64-2.txz installed.

root@crisofilax:~#


¡Listo! ¡Otro cliente satisfecho!
Que te diviertas!

No hay comentarios:

Publicar un comentario