Redis 2.8.18 Installation Error

Source: Internet
Author: User

zmalloc.h:50:31: error: jemalloc/jemalloc.h: No such file or directory
zmalloc.h:55:2: error: #error "Newer version of jemalloc required"
make[1]: *** [adlist.o] Error 1
make[1]: Leaving directory `/data0/src/redis-2.6.2/src‘
make: *** [all] Error 2

The solution is:

Make MALLOC=LIBC


There has been a solution on the Internet, why add this, in the Readme has this paragraph.


Allocator---------Selecting A non-default memory Allocator when building Redis are done by settingthe ' MALLOC ' environment Variable. Redis is compiled and linked against Libcmalloc by default, with the exception of Jemalloc being the default on Linuxsyste Ms. This default is picked because Jemalloc has proven to having fewerfragmentation problems than libc malloc. To force compiling against libc malloc, use:    % make malloc=libcto compile against Jemalloc on Mac OS X Systems, use:
   % make Malloc=jemalloc

said about the allocator allocator, if there is malloc this environment variable, it will be useful for this environment variable to establish redis.

and libc is not the default allocator, the default is Jemalloc, because Jemalloc is proven to have fewer fragmentation problems than libc.


But if you don't have a jemalloc and only libc of course make a mistake. So add such a parameter.


Redis 2.8.18 Installation Error

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.