APM 설치시 sql 이 이상??

익명 사용자의 이미지

mysql 에서

./configure --prefix=/usr/local/mysql --with-charset=euc_kr
--localstatedir=/usr/local/mysql/data

치니깐...

.
.
.
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking for bison... no
checking for byacc... no
checking for pdftex... no
checking return type of sprintf... configure error can not run test program while cross
compiling

메세지가 뜨면서..... make 가 먹히지 않습mysql 에서
니다..

무었이 문제인지....조언 부탁드립니다...

익명 사용자의 이미지


자세히는 모르겠지만
그런 경우 make clean 을 한 다음에
다시 컴파일 하면 되는 경우가 있습니다...