安裝redis中遇到的問題

2021-06-29 01:55:42 字數 1409 閱讀 4852

系統:redhat5.4

一.make後提示make  test  

出現以上錯誤 於是 執行yum install tcl 安裝tcl 

於是又出現了以上錯誤

解決方案:

1、進入/etc/yum.repos.d/目錄。

在命令列輸入:wget

2、ls 一下,會看到乙個檔名為centos-base.repo的檔案。

3、將原來的檔案rhel-debuginfo.repo改名為rhel-debuginfo.repo.bak

4、將centos-base.repo改名為rhel-debuginfo.repo這時

這時再執行yum install tcl

此為過程圖

再次執行yum install tcl 安裝tcl  出現錯誤 rpmts_hdrfromfdno: header v3 dsa signature: nokey, key id e8562897

rha5上用yum安裝程式時候,出現下面的異常問題:

is this ok [y/n]: y

downloading packages:

warning: rpmts_hdrfromfdno: header v3 dsa signature: nokey, key id e8562897

rha5

解決辦法:

rpm --import

如果是低版本,可以使用

rpm --import

在此之後  繼續 make test 還有有問題  you need tcl 8.5 or newer in order to run the redis test

通過以下方式解決

wget  

sudo tar xzvf tcl8.6.1-src.tar.gz  -c /usr/local/  

cd  /usr/local/tcl8.6.1/unix/  

sudo ./configure  

sudo make  

sudo make install 

最後make test  成功

linux下安裝redis遇到的問題總結

1.redis 編譯報錯 make 3 gcc 命令未找 用root使用者登入,然後執行以下命令 yum y install gcc automake autoconf libtool make 2.make cc 命令未找到的解決方法 沒安裝gcc,然後安裝 yum install gcc yum...

UCHome安裝中遇到的問題

從uchome官網上看有詳細的安裝步驟 但是筆者在安裝過程中會出現如下錯誤 網上教程一般是採用如下操作 然後會遇到sql錯誤,再是修改配置檔案,這樣較複雜,容易出錯。我的經驗如下 2.安裝完成x3.1 後,在瀏覽器中輸入如下列表 http localhost 修改為你的主機ip ucenter 修改...

Oracle 安裝中遇到的問題

第一次用甲骨文,這期待!雖然mysql也是甲骨文的。去官網下了oracle g11 r2 x64,本人的電腦是64位的win7,沒開防火牆。按照網上眾多的教程,做完安裝,可是安裝過程不是那麼的順利,安裝的忠告 1.拔掉網線 2.關閉防毒 含360等各種衛士 3.關掉windows防護牆 解除安裝完了...