CentOS7 に redis-3.2.0 をインストール
環境は以下の通りです。
# cat /etc/centos-release
CentOS Linux release 7.2.1511 (Core)
インストールに成功したのは以下の手順でした。
# yum -y install gcc tcl readline-devel
# cd /usr/local/src
# curl -O http://download.redis.io/releases/redis-3.2.0.tar.gz
# tar xvzf redis-3.2.0.tar.gz
# cd redis-3.2.0
# make
# make test
# make install
make する前に前提となるパッケージがインストールされていないとコンパイルエラーになって、
行くも引くもできない状態になり、何度か terminate することになってしまいました。。
Author And Source
この問題について(CentOS7 に redis-3.2.0 をインストール), 我々は、より多くの情報をここで見つけました https://qiita.com/satoshi_iwashita/items/c9ecdf4dff02f1a615e8著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .