묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
mysql 설치관련 질문입니다.
2004.02.14 18:56
제가 MYSQL을 설치하려고
./configure --prefix=/usr/local/mysql --with-charset=euc_kr을 했습니다.
이것까지는 되는데
make install 하니까
make: *** No rule to make target `install'. Stop.
이런 에러가 나네요.
이럴때는 어떻게 해야되나요?
./configure --prefix=/usr/local/mysql --with-charset=euc_kr을 했습니다.
이것까지는 되는데
make install 하니까
make: *** No rule to make target `install'. Stop.
이런 에러가 나네요.
이럴때는 어떻게 해야되나요?
./configure 하시고 make 하셨는지요??