시스템 날짜 수정

익명 사용자의 이미지

안녕하세요.

리눅스에서 Mysql 설치 할려고 하는데.
시스템 날짜가 설치 할려고 하는 파일 보다 이전으로 되어 있어서
설치가 안되네요..

에러내용은 다음과 같습니다.

$./configure --prefix=/usr/local/mysql --with-charset=euc_kr
loading cache ./config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... configure error newly
created file is older than distributed files!
Check your system clock

아시는분 답변좀 주세요.
감사합니다.

익명 사용자의 이미지


소스 디렉토리에서
find * -print -exec touch {} \;