我試圖編譯一些需要使用「開發庫」的開發庫在CentOS從百勝GROUPLIST
yum groupinstall "Development Tools"
yum groupinstall "Development Libraries"
yum install gcc-g++ git-core wget links zip unzip unrar
yum install mysql-server mysql-client mysql-devel
yum install openssl
yum install cmake (Must be CMake ≥ 2.8.12)
一個障礙是在CentOS 6.2 x64的越來越cmake的高於2.6軟件缺少.. 。發現我剛跑
百勝安裝cmake28
我的問題,它是安裝cmake28-2.8.11.2-1.el6.x86_64仍然不是它想要的,但我似乎無法得到更高的出來我猜自我編譯,我聽說這是一場噩夢。
忽略,當我鍵入
百勝groupinstall 「開發庫」
返回
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirrors.serveraxis.net
* epel: mirrors.rit.edu
* extras: centos.mirror.constant.com
* rpmforge: repoforge.mirror.constant.com
* updates: yum.singlehop.com
Setting up Group Process
Checking for new repos for mirrors
Warning: Group Development Libraries does not exist.
No packages in any requested group available to install or update
警告的事實:集團開發庫不存在。
所以我在一個陳舊的伴侶,我想是因爲不存在的圖書館,我安裝我不能得到的cmake很好地工作......我已經安裝cmake的,但是當我嘗試發出
[[email protected] build]# cmake ../ -DPREFIX=/home/`echo $USER`/server
-bash: cmake: command not found
但你可以在這裏看到
[[email protected] build]# yum update cmake28
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirrors.serveraxis.net
* epel: mirrors.rit.edu
* extras: centos.mirror.constant.com
* rpmforge: repoforge.mirror.constant.com
* updates: yum.singlehop.com
Setting up Update Process
No Packages marked for Update
或
[[email protected] build]# yum install cmake28
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirrors.serveraxis.net
* epel: mirrors.rit.edu
* extras: centos.mirror.constant.com
* rpmforge: repoforge.mirror.constant.com
* updates: yum.singlehop.com
Setting up Install Process
Package cmake28-2.8.11.2-1.el6.x86_64 already installed and latest version
Nothing to do
所以我有點s ^而且我肯定這是因爲我缺少的資源,這些資源已經不存在了。
此外,如果這是錯誤的交換站點對不起,這是正確的unix/linux問題?