Redis installation make failed

Source: Internet
Author: User
Tags redis

After decompression

Error after executing make:

CD src && make all
MAKE[1]: Entering directory '/HOME/LIUCHAOFAN/REDIS-3.0.7/SRC '
CC ADLIST.O
/bin/sh:cc:command not found
MAKE[1]: * * * [ADLIST.O] Error 127
MAKE[1]: Leaving directory '/HOME/LIUCHAOFAN/REDIS-3.0.7/SRC '
Make: * * * [ALL] Error 2


Hint Missing cc, execute: yum-y install gcc gcc-c++ libstdc++-devel

Make continues to error:

CD src && make all
MAKE[1]: Entering directory '/HOME/LIUCHAOFAN/REDIS-3.0.7/SRC '
CC ADLIST.O
Adlist.c:1: Error:cpu you selected does no support x86-64 instruction set
MAKE[1]: * * * [ADLIST.O] Error 1
MAKE[1]: Leaving directory '/HOME/LIUCHAOFAN/REDIS-3.0.7/SRC '
Make: * * * [ALL] Error 2



Then add "Make cflags="-march=x86-64 "

Perfect installation


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.