redis를 사용하여 새로운 전용 centos 6.4 시스템을 설정하고 있습니다. 나는 redis를 여러 번 설치했지만이 문제를 결코 겪지 않았습니다 (그리고 전에는 centos 6.4에 가본 적이 없습니다).
cd redis-2.6.16
sudo make install
오류:
MAKE jemalloc
cd jemalloc && ./configure --with-lg-quantum=3 --with-jemalloc-prefix=je_ --enable-cc-silence CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops " LDFLAGS=""
/bin/sh: ./configure: Permission denied
make[2]: *** [jemalloc] Error 126
make[2]: Leaving directory `/tmp/redis32/redis-3.2.6/deps'
make[1]: [persist-settings] Error 2 (ignored)
sh: ./mkreleasehdr.sh: Permission denied
and later:
zmalloc.h:50:31: error: jemalloc/jemalloc.h: No such file or directory
zmalloc.h:55:2: error: #error "Newer version of jemalloc required"
redis tarball의 / src 영역에서 jemalloc을 직접 빌드하려고하면 다른 오류가 포함됩니다.
cd src && make jemalloc
sh: ./mkreleasehdr.sh: Permission denied
make[1]: Entering directory `/tmp/rediswork/redis-2.6.16/src'
make[1]: *** No rule to make target `jemalloc'. Stop.
make[1]: Leaving directory `/tmp/rediswork/redis-2.6.16/src'
make: *** [jemalloc] Error 2
나는 또한 redis 2.6.7을 시도했지만 같은 문제가 있습니다.
나는 온통 파고 앞으로 경로를 찾을 수 없습니다.