리눅스 컴의 하드가 너무 작아서 (500메가 렘16)
리눅스 최소설치를 했습니다. 한 150메가 정도가
소요가 됐죠. 뭐 gcc이런게 없어서 씨디에 있던
egcs 4개rpm으로 인스톨을 하니까 gcc실행 할수
있더라구요. 그래서 mysgl을 컴파일하는데
./configure --xxxx 에서부터 안되더군요.
[root@(none) mysql-3.23.13a-alpha]# ./configure --prefix=/usr/local/mysql
> --localstatedir=/usr/local/mysql/data --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 fi
le is older than distributed files!
Check your system clock
뭘더 인스톨해야하나요? 혹시 라이브러리가 부족하나요?
아니면 make를 최신판으로 깔아야하나요?