centos 7安裝 navicat,centosnavicat

來源:互聯網
上載者:User

centos 7安裝 navicat,centosnavicat


http://download.navicat.com/download/navicat111_mysql_en.tar.gz

下載後copy到指定安裝目錄

[hcr@localhost Downloads]$ cp navicat111_mysql_en.tar.gz /app/local/navicat/
[hcr@localhost Downloads]$ cd /app/local/navicat/
[hcr@localhost navicat]$ ll
total 51968
-rw-rw-r--. 1 hcr hcr 53213111 Jun  6 16:10 navicat111_mysql_en.tar.gz


[hcr@localhost navicat111_mysql_en]$ tar -zxvf navicat111_mysql_en.tar.gz  
[hcr@localhost navicat111_mysql_en]$ ./start_navicat


如果這兒報錯一堆,那麼一般是缺少檔案啥的,由於這個筆記是事後寫的,沒有copy錯誤貼出來


如果你的系統是 32位應該很好 搞定

但是我的是64位

http://wiki.navicat.com/wiki/index.php/Can_I_run_Navicat_on_64-bit_Linux%3F

所以 要安裝32位的一些包

Fedora 14 x64/CentOS

login as root then

yum install glibc.i686
yum install freetype.i686
yum install libSM.i686
yum install libXext.i686



直接安裝報錯的話,自己 手動安裝 如果衝突 卸載老的,安裝寫的

rpm -qa |grep  xxx  //查看 老的安裝包

rpm -e xxx --nodeps //卸載老的安裝包

rpm -ihv xxx.rpm //安裝新的安裝包


可以下載rpm的一個地址:http://rpmfind.net/linux/rpm2html/search.php

基本上libcc, libuuid,libmount,util-linux,libX11等等把,反正估計沒有的,衝突的等等得安裝一會
如果碰到庫包衝突 就可以指定  --setopt=protected_multilib=false
比如:
rpm -ihv xxx.rpm –setopt=protected_multilib=false


由於有太多的包需要手動安裝沒有一個個列出來,不知道大師們是不是有簡單的方式。



基本上提示某一些包so檔案沒有就是缺少庫檔案,安好後,啟動如下





相關文章

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.