centos6.4安裝wps

來源:互聯網
上載者:User

在CentOS6.4上安裝金山wps kingsoft-office-9.1.0.4032-0.1.a10.i686.rpm包,出現錯誤wps Requires: libstdc++.so.6(GLIBCXX_3.4.14)。

解決辦法:

1. 首先先忽略依賴檢查安裝kingsoft-office-9.1.0.4032-0.1.a10.i686.rpm包

[plain] view
plaincopyprint?

  1. sudo rpm -ivh kingsoft-office-9.1.0.4032-0.1.a10.i686.rpm包 --nodeps  

2. 下載libstdc++-4.7.0-5.fc17.i686.rpm包,:http://pkgs.org/fedora-17/fedora-i386/libstdc++-4.7.0-5.fc17.i686.rpm/download/

3. 解壓rpm包

[plain] view
plaincopyprint?

  1. rpm2cpio libstdc++-4.7.0-5.fc17.i686.rpm |cpio -idmv  

4. 複製解壓目錄usr/lib/libstdc++.so.6.0.17檔案到wps的安裝目錄下"/opt/kingsoft/wps-office/office6/"

5. 進入"/opt/kingsoft/wps-office/office6/"目錄,建立軟連結

[plain] view
plaincopyprint?

  1. sudo ln -s libstdc++.so.6.0.17 libstdc++.so.6  

6. 編輯/usr/bin/wps檔案,在其中開始部分添加如下行

[plain] view
plaincopyprint?

  1. export LD_LIBRARY_PATH=/opt/kingsoft/wps-office/office6:${LD_LIBRARY_PATH}  


然後就可以啟動wps了。

CentOS 6.4上wps建立文檔錯誤symbol lookup error: /opt/kingsoft/wps-office/office6/libftex.so: undefined symbol: FT_Reference_Face解決辦法

問題:這是由於wps需要更新版本的freetype庫

解決辦法:

1. 首先下載新版本的lib,:ftp://rpmfind.net/linux/fedora/linux/updates/17/x86_64/freetype-2.4.8-4.fc17.i686.rpm

2. 解壓rpm包

[plain] view
plaincopyprint?

  1. rpm2cpio freetype-2.4.8-4.fc17.i686.rpm |cpio -idmv  

3. 複製解壓目錄usr/lib/libfreetype.so.6.8.0到wps的安裝目錄下“/opt/kingsoft/wps-office/office6”

4. 進入"/opt/kingsoft/wps-office/office6/"目錄,建立軟連結

[plain] view
plaincopyprint?

  1. sudo ln -s libfreetype.so.6.8.0 libfreetype.so.6  

5. 編輯/usr/bin/wps檔案,在其中開始部分添加如下行

[plain] view
plaincopyprint?

  1. export LD_LIBRARY_PATH=/opt/kingsoft/wps-office/office6:${LD_LIBRARY_PATH}  


然後啟動wps,就可以建立文檔了。

轉自:http://blog.csdn.net/kongxx/article/details/9048047和http://blog.csdn.net/kongxx/article/details/9048099

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.