안녕하세요? 아파치,php와의 연동을 위해 mysql을 설치하는데 make에서 자꾸
에러가 발생합니다.
저는 대우solo 2000에서 알짜 6.2를 사용하고 있습니다. 설치할 때 6.2 전체를
설치했습니다. 에러 메시지는 아래와 같습니다.
Remember to check the platform specific part in the reference manual for
hints about installing on your platfrom. See the Docs directory.
Thank you for choosing MySQL!
[root@psc mysql]# make
make all-recursive
make[1]: 들어감 `/usr/local/mysql' 디렉토리
Making all in include
make[2]: 들어감 `/usr/local/mysql/include' 디렉토리
make[2]: Nothing to be done for `all'.
make[2]: 나감 `/usr/local/mysql/include' 디렉토리
Making all in Docs
make[2]: 들어감 `/usr/local/mysql/Docs' 디렉토리
make[2]: Nothing to be done for `all'.
make[2]: 나감 `/usr/local/mysql/Docs' 디렉토리
Making all in readline
make[2]: 들어감 `/usr/local/mysql/readline' 디렉토리
gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -I./../include -I./.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FI
LE_OFFSET_BITS=64 -O6 -DDBUG_OFF -D_FILE_OFFSET_BITS=64 -c rltty.c In file included from /usr/include/signal.h:300,
from rltty.c:30:
/usr/include/bits/sigcontext.h:28: asm/sigcontext.h: 그런 파일이나 디렉토리가 없음
In file included from /usr/include/errno.h:36,
from rltty.c:31:
/usr/include/bits/errno.h:25: linux/errno.h: 그런 파일이나 디렉토리가 없음
make[2]: *** [rltty.o] 오류 1
make[2]: 나감 `/usr/local/mysql/readline' 디렉토리
make[1]: *** [all-recursive] 오류 1
make[1]: 나감 `/usr/local/mysql' 디렉토리
make: *** [all-recursive-am] 오류 2