Ubuntu 22.04にjemalloc/jemalloc.h: そのようなファイルやディレク トリはありませんの対処方法

環境
1.OSバージョンの確認

# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04 LTS"

2.redis 7.0.0

エラーメッセージ
make[1]: ディレクトリ '/usr/local/src/redis-7.0.0/src’ に入ります
CC adlist.o
In file included from adlist.c:34:
zmalloc.h:50:10: fatal error: jemalloc/jemalloc.h: そのようなファイルやディレク トリはありません
50 | #include <jemalloc/jemalloc.h>
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:402: adlist.o] エラー 1

対処方法
# make distclean
# make

Ubuntu 22.04

Posted by arkgame