리눅스..APM 설치 강좌중에서 오류나요
작성자 정보
- 관리자 작성
- 작성일
컨텐츠 정보
- 1,239 조회
- 0 추천
- 목록
본문
CFLAGS="-O3 -march=i686 -funroll-loops -fomit-frame-pointer"
위 부부은 i686 그러니 펜티움 머신에 최적화 하기 위한 설정입니다. 만약 64bit OS를 사용하신다면, 위 부분을 빼고 configure 를 해야합니다. 위 설정이 가장 잘먹는 환경은 Redhat 9.0 에서 P-4 또는 P-3 장비입니다.
smallsabal 님의 글
이부분인데요
CFLAGS="-O3 -march=i686 -funroll-loops -fomit-frame-pointer"
./configure
--with-apxs2=/usr/local/apache/bin/apxs
--with-zlib --with-gd --with-ttf --with-png
--with-expat-dir=/usr --with-gmp --with-xml
--with-mysql=/usr/local/mysql
--with-language=korean
--with-charset=euc_kr
--disable-debug --disable-posix --disable-rpath
--enable-safe-mode --enable-magic-quotes
--disable-dmalloc --enable-bcmath
--enable-dio --enable-gd-native-ttf
--enable-sysvsem --enable-sysvshm
--enable-wddx --enable-versioning
--enable-pic --enable-inline-optimization
--enable-memory-limit --enable-mbstring
--enable-mbregex --enable-mbstr-enc-trans
--with-config-file-path=/usr/local/lib --enable-ftp --disable-debug --enable-track-vars=yes
--with-jpeg-dir --with-freetype-dir
--enable-gd-native-ttf --enable-dl
--with-imap=shared --with-imap-ssl=/usr/lib --with-kerberos
이중에서
CFLAGS="-O3 -march=i686 -funroll-loops -fomit-frame-pointer"
요부분을 빼고 컨피그르 하면.. 오류가 안 나면서 컨피그가 되고요
이걸. 넣으면..
영어 메세지인데. 대충 해석하면..
C 컴파일러가 없다고 하는거 같네요
분명히 GCC가 있는데.. 왜 그러져??
또. 저 설정부분은 몰 뜻하는건지요~~~~~??
관련자료
-
이전
-
다음