Buy Reviews
Powered by MaxBlogPress  

Archive for the ‘CentOS’ Category

Centos 5 安裝 VirtualBox

星期一, 一月 7th, 2008點閱人數:591次

一樣在Centos也沒有直接安裝的套件可用,只好根據http://www.howtoforge.com/virtualbox_fedora_centos_opensuse_p2這篇文章來操作,但是發生了
Please install the build and header files for your current Linux kernel. 這樣的錯誤!
我只好將應用程式->新增/移除軟體->搜尋跟kernel有關的檔案安裝,再重新編譯就成功了!

步驟三圖片
20080104-1.png

20080104-2.png

20080104-3.png

安裝成功,但是無法啟動,失敗,只好移除!

我的Centos也有pcmanx連ptt.cc

星期五, 一月 4th, 2008點閱人數:203次

呵呵!真好!

畫面如圖:

20080104-4.png

Centos 5 安裝 QTerm

星期四, 一月 3rd, 2008點閱人數:234次

參考它的安裝說明操作
checking for X… configure: error: Can’t find X includes. Please check your installation and add the correct paths!
在應用程式->新增/移除軟體->程式開發->X軟體開發勾選就可以解決!

checking for Qt… configure: error: Qt (>= Qt 3.1 (20021021)) (headers and libraries) not found. Please check your installation!

我在應用程式->新增/移除軟體->搜尋qt相關檔案後安裝了qt4-devel及qt-devel等套件,還是錯誤

後來在http://unix-cd.com/vc/www/15/2007-10/9138.html,發現原來./configure後面要加qt的相關參數,我的/usr/lib下有qt4及qt-3.3所以我下這樣的命令:
./configure –with-qt-dir=/usr/lib/qt4/ –with-qt-includes=/usr/lib/qt4/include/ –with-qt-libraries=/usr/lib/qt4/lib/
還是一樣的錯誤
我只好改成
./configure –with-qt-dir=/usr/lib/qt-3.3/ –with-qt-includes=/usr/lib/qt-3.3/include/ –with-qt-libraries=/usr/lib/qt-3.3/lib/

ok,成功了,也進去了ptt.cc但是是亂碼,改了big5顯示後沒有回應,這是怎麼一回事?不知道,待解!

安裝centos在外接式硬碟上

星期四, 十一月 8th, 2007點閱人數:352次

這一篇Installing CentOS On An External USB Drive就是我用實作測試的依據,晚上回家時試試看!

繼續閱讀 »