메뉴 닫기

centos6.X에서 mysql4.X 버젼설치시 configure error 해결

cent os 5.x, 6.x에서 mysql 4.0.x make시 gcc 및 g++ 버전이 높아 

 

expected primary-expression before ‘?’ token gcc와 같은 에러가 발생합니다. 

 

조치 방법은 아래와 같습니다. 

 

* 호환성 라이브러리 패키지 설치 

    #>yum install compat-* 

 

* gcc, g++ 이름 변경 및 gcc34, g++34 심볼릭 링크 생성 

  #>cd /usr/bin 

  #>mv gcc gcc-ori 

  #>mv g++ g++-ori 

  #>ln -s gcc34 gcc 

  #>ln -s g++34 g++ 

 

[polldaddy rating=”7739789″]

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x