1、# libreoffice6.2
/opt/libreoffice6.2/program/oosplash: /lib64/libc.so.6: version GLIBC_2.14' not found (required by /opt/libreoffice6.2/program/oosplash)<br />/opt/libreoffice6.2/program/oosplash: /lib64/libc.so.6: version
GLIBC_2.14’ not found (required by /opt/libreoffice6.2/program/libuno_sal.so.3)
解决:升级glibc到2.17版本,rpm包在该文件夹中
yum update ./.rpm
2、/opt/libreoffice6.2/program/oosplash: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.18’ not found (required by /opt/libreoffice6.2/program/libuno_sal.so.3)
解决:升级gcc到4.8以上版本
升级和依赖包在该目录的gcc压缩包下
yum update ./.rpm
gcc —version
升级之后结果
# strings /usr/lib64/libstdc++.so.6|grep GLIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
3、/opt/libreoffice6.2/program/oosplash: /lib64/libz.so.1: version `ZLIB_1.2.3.4’ not found (required by /opt/libreoffice6.2/program/oosplash)
编译安装zlib高一点的版本
官网下载地址:http://www.zlib.net/fossils/
4、/opt/libreoffice6.2/program/soffice.bin: /lib64/libdbus-1.so.3: no version information available (required by /opt/libreoffice6.2/program/libmergedlo.so)
解决:yum install dbus