Article 4X3H4 Alien libreoffice 5/11/19 and current upgrade on 12/12/19

Alien libreoffice 5/11/19 and current upgrade on 12/12/19

by
justwantin
from LinuxQuestions.org on (#4X3H4)
I installed slackware64 current as of 25/12/19 today and could not run Erics most recent libreoffice after install it.

On 12/12/19 Pat upgraded current to boost-1.72.0. Eric's most recent libreoffice package is dated 5/11/19 and it requires boost-1.71.0.Code:error while loading shared libraries: libboost_locale.so.1.71.0:If anyone else ecounters this problem a simple work around is to create some libboost symbolic links to get things going again.Code:ln -s /usr/lib64/libboost_locale.so.1.72.0 /usr/lib64/libboost_locale.so.1.71.0
ln -s /usr/lib64/libboost_system.so.1.72.0 /usr/lib64/libboost_system.so.1.71.0
ln -s /usr/lib64/libboost_iostreams.so.1.72.0 /usr/lib64/libboost_iostreams.so.1.71.0
ln -s /usr/lib64/libboost_filesystem.so.1.72.0 /usr/lib64/libboost_filesystem.so.1.71.0Cheers alllatest?d=yIl2AUoC8zA latest?i=IRcvu6T_J4I:bFiaKkMSMxA:F7zBnMy latest?i=IRcvu6T_J4I:bFiaKkMSMxA:V_sGLiP latest?d=qj6IDK7rITs latest?i=IRcvu6T_J4I:bFiaKkMSMxA:gIN9vFwIRcvu6T_J4I
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments