F-Stack / f-stack

F-Stack is an user space network development kit with high performance based on DPDK, FreeBSD TCP/IP stack and coroutine API.
http://www.f-stack.org
Other
3.76k stars 879 forks source link

No need to run autogen.sh in jemalloc directory #802

Open zhaozihanzzh opened 4 months ago

zhaozihanzzh commented 4 months ago

The doc/F-Stack_Build_Guide.md says when compiling redis we need to execute cd app/redis-6.2.6/deps/jemalloc first. Then we should execute ./autogen.sh. However, doing so may cause redis Segmentation Fault on my machine (Debian 12 with Linux 6.1.0). According to the official README.md in redis, I guess we don't need to run autogen.sh in jemalloc directory when building redis.