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 all


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 all