• aix 安装redis


    下载最新rpm安装包

    http://www.perzl.org/aix/index.php?n=Main.Redis

    # uname -a
    AIX rhjf 1 6 00C5CC964C00
    # pwd
    /opt/freeware/bin
    # ll redis*
    -rwxr-xr-x 1 root system 85117 Jan 14 2014 redis-benchmark
    -rwxr-xr-x 1 root system 42964 Jan 14 2014 redis-check-aof
    -rwxr-xr-x 1 root system 52559 Jan 14 2014 redis-check-dump
    -rwxr-xr-x 1 root system 127294 Jan 14 2014 redis-cli
    # ll ../sbin/redis*
    -rwxr-xr-x 1 root system 670510 Jan 14 2014 ../sbin/redis-server
    # rpm -q redis
    redis-2.6.17-1
    # rpm -e redis-2.6.17-1
    # ll redis*
    ls: 0653-341 The file redis* does not exist.
    # ll ../sbin/redis*
    ls: 0653-341 The file ../sbin/redis* does not exist.
    # rpm -ivh ../redis-2.6.17-1.aix5.2.ppc.rpm
    redis ##################################################
    # ll redis*
    -rwxr-xr-x 1 root system 85117 Jan 14 2014 redis-benchmark
    -rwxr-xr-x 1 root system 42964 Jan 14 2014 redis-check-aof
    -rwxr-xr-x 1 root system 52559 Jan 14 2014 redis-check-dump
    -rwxr-xr-x 1 root system 127294 Jan 14 2014 redis-cli
    # ll ../sbin/redis*
    -rwxr-xr-x 1 root system 670510 Jan 14 2014 ../sbin/redis-server
    #

    若有依赖未安装,可参考

    http://www.oschina.net/question/561452_77247

    源码包:

    # pwd
    /opt/freeware/src/packages/SOURCES
    # ls redis-2.6.17*
    ls: 0653-341 The file redis-2.6.17* does not exist.
    #
    # rpm -ivh redis-2.6.17-1.src.rpm
    redis ##################################################
    # ls redis-2.6.17*
    redis-2.6.17-AIX_hz.patch redis-2.6.17-aix.patch redis-2.6.17.tar.gz
    #

    over

  • 相关阅读:
    排序三 直接插入排序
    编写你的第一个django应用程序2
    编写你的第一个web应用程序1
    你被体制化了吗
    服务器安装tensorflow导入模块报错Illegal instruction (core dumped)
    查看数据库里有没有数据
    python实现贪吃蛇
    在pycharm中执行脚本没有报错但输出显示Redirection is not supported.
    linux安装redis
    pycharm快捷键
  • 原文地址:https://www.cnblogs.com/book-gary/p/5161280.html
Copyright © 2020-2023  润新知