리눅스 분류
레드햇9.0 웹서버 설치시...
작성자 정보
- 초보 작성
- 작성일
컨텐츠 정보
- 1,838 조회
- 0 추천
- 목록
본문
mysql 설치시 소스 설치 하기 위해서
옵션을 이렇게 주었습니다.
CFLAGS="-static -O2 -march=i686 -funroll-loops" CXXFLAGS="-static -O2 -march=i686 -funroll-loops -felide-constructors -fno-exceptions -fno-rtti"
./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --disable-shared --enable-assembler --with-thread-safe-client --with-mysqld-user="mysql" --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static --with-readline --without-debug
--without-docs --without-bench --with-charset=euc_kr
그랬더니 아래의 에러가 뜹니다.
checking build system type... i686-pc-linux
checking host system type... i686-pc-linux
checking target system type... i686-pc-linux
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
무슨 뜻인지요?
시스템을 점검해란뜻같고 그런데 어떻게 해결해야 하나요?
계속 설치만 몇번째 입니다.
옵션을 이렇게 주었습니다.
CFLAGS="-static -O2 -march=i686 -funroll-loops" CXXFLAGS="-static -O2 -march=i686 -funroll-loops -felide-constructors -fno-exceptions -fno-rtti"
./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --disable-shared --enable-assembler --with-thread-safe-client --with-mysqld-user="mysql" --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static --with-readline --without-debug
--without-docs --without-bench --with-charset=euc_kr
그랬더니 아래의 에러가 뜹니다.
checking build system type... i686-pc-linux
checking host system type... i686-pc-linux
checking target system type... i686-pc-linux
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
무슨 뜻인지요?
시스템을 점검해란뜻같고 그런데 어떻게 해결해야 하나요?
계속 설치만 몇번째 입니다.
관련자료
-
이전
-
다음
댓글 0
등록된 댓글이 없습니다.