redis编译安装,以及解决安装过程中遇到的问题

一、redis编译需要gcc,因此先安装gcc

yum install gcc 

二、make test 需要tcl

yum -y install tcl 

三、 问题1:

Mmmmm...  it seems like you don't have a redis executable. Did you run make install yet?

解决办法:

ln -s your-redis-direction/src/redis-server  /usr/local/bin/

四:问题2:

Creating Server TCP listening socket *:6379: bind: Address already in use

解决:

参考:开启redis-server提示 # Creating Server TCP listening socket *:6379: bind: Address already in use--解决方法

[vagrant@localhost utils]$ sudo ./install_server.sh
Welcome to the redis service installer
This script will help you easily set up a running redis server

Please select the redis port for this instance: [6379]
Selecting default: 6379
Please select the redis config file name [/etc/redis/6379.conf]
Selected default - /etc/redis/6379.conf
Please select the redis log file name [/var/log/redis_6379.log]
Selected default - /var/log/redis_6379.log
Please select the data directory for this instance [/var/lib/redis/6379]
Selected default - /var/lib/redis/6379
Please select the redis executable path [] /home/vagrant/redis-4.0.0/src/redis-server 注意这里输入的应该是你redis存放的目录
Selected config:
Port           : 6379
Config file    : /etc/redis/6379.conf
Log file       : /var/log/redis_6379.log
Data dir       : /var/lib/redis/6379
Executable     : /home/vagrant/redis-4.0.0/src/redis-server
Cli Executable : /home/vagrant/redis-4.0.0/src/redis-cli
Is this ok? Then press ENTER to go on or Ctrl-C to abort.
Copied /tmp/6379.conf => /etc/init.d/redis_6379
Installing service...
Successfully added to chkconfig!
Successfully added to runlevels 345!
Starting Redis server...
Installation successful!

参考:

  1. CentOS 7 上安装 redis3.2.3安装与配置

  2. redis linux安装 [adlist.o] Error jemalloc/jemalloc.h: No such file or directory

  3. Centos7安装redis

  4. CentOS 下安装编绎安装Redis

  5. Redis 3.0 Compile/Install HOWTO

  6. 如何停止/重启/启动redis服务

  7. DENIED Redis is running in protected mode

  8. 远程连接redis问题集合

  9. redis开启远程访问

  10. redis 报错 Redis protected-mode 配置文件没有真正启动

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值