mysql 설치시에 오류가 떠서 설치를 못하고 있습니다.
/.configure ~ 실행시에는 오류가 뜨질 않습니다만 make 실행시에 다음과 같은 오류가 뜨고 있
습니다. templates -fno-exceptions -fno-rtti -c hash_filo.cc
In file included from item.h:347,
from mysql_priv.h:232,
from hash_filo.cc:27:
item_timefunc.h:333: Internal error: ?????? ??.
Please submit a full bug report.
See <URL:http://www.hancom.com/> for instructions.
make[3]: *** [hash_filo.o] 오류 1
make[3]: 나감 `/usr/local/mysql-3.23.49/sql' 디렉토리
make[2]: *** [all-recursive] 오류 1
make[2]: 나감 `/usr/local/mysql-3.23.49/sql' 디렉토리
make[1]: *** [all-recursive] 오류 1
make[1]: 나감 `/usr/local/mysql-3.23.49' 디렉토리
make: *** [all-recursive-am] 오류 2
문제는 제일 위에 있는 hash_filo.cc 이 파일이 make 할때 마다 달라진다는 겁니다.
어떤땐 hash_filo.cc 이 오류가 뜨고 어떨땐 Item.cc 가 나올때도 있고.....
리눅스 다시 깔길 10여번 mysql 만 다시 설치하길 수십번......
처음에 사용자 그룹 만들었구요.... 소스파일인거 확실합니다.
버전을 달리해봤지만 그것도 안되더군요.....
답변 부탁드립니다.