Giter Site home page Giter Site logo

编译命令 about redis-port HOT 3 CLOSED

codislabs avatar codislabs commented on August 12, 2024
编译命令

from redis-port.

Comments (3)

wllenyj avatar wllenyj commented on August 12, 2024

简单的:make
复杂说:
先把third_party目录的submodules更新下来,然后再make
如果报错说"Newer version of jemalloc required"
编辑Makefile文件的jemalloc:
把./autogen.sh --with-jemalloc-prefix="je_" && make -j
改成./autogen.sh --with-jemalloc-prefix="je_" --with-version=4.5.0-0-g00000 && make -j
--with-version=随便写一个大于2的
NND害我浪费了2小时看源码,结果弄完了,发现云上的redis不让普通用户执行dump,白弄。。。

from redis-port.

jlcoding avatar jlcoding commented on August 12, 2024

我真的服了

from redis-port.

wllenyj avatar wllenyj commented on August 12, 2024

简单的:make
复杂说:
先把third_party目录的submodules更新下来,然后再make
如果报错说"Newer version of jemalloc required"
编辑Makefile文件的jemalloc:
把./autogen.sh --with-jemalloc-prefix="je_" && make -j
改成./autogen.sh --with-jemalloc-prefix="je_" --with-version=4.5.0-0-g00000 && make -j
--with-version=随便写一个大于2的
NND害我浪费了2小时看源码,结果弄完了,发现云上的redis不让普通用户执行dump,白弄。。。

老哥
把./autogen.sh --with-jemalloc-prefix="je_" && make -j
改成./autogen.sh --with-jemalloc-prefix="je_" --with-version=4.5.0-0-g00000 && make -j
不生效啊 还是报"Newer version of jemalloc required"

那估计是源码又修改判断逻辑了。。。。

from redis-port.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.