아래는 mysql-3.23.27-beta.tar.gz 파일을 다운받아 mysql을 설치한 순서입
니다.
$ tar xzvf mysql-3.23.27-beta.tar.gz
$ ./configure --prefix=/usr/local/mysql --with-charset=euc_kr
명령어를 이것까지 치니
Please report any problems with the ./bin/mysqlbug script!
The latest information about MySQL is available on the web at
http://www.mysql.com Support MySQL by buying support/licenses at
http://www.tcx.se/license.htmy. Starting the mysqld server. You can test that it is up and running
with the command:
./bin/mysqladmin version
[root@localhost mysql-3.23.7-alpha-pc-linux-gnu-i686]# Starting mysqld
daemon with databases from /root/src/mysql-3.23.7-alpha-pc-linux-gnu-
i686/data
mysqld daemon ended
뭐 이런 식으로 끝을 맺더군요..
그리고 make를 했더니
make: *** No targets. Stop.
이런 메세지를 띄우고 실행이 되지 않은데.. 왜일까요?
이유와 해결 방법좀 알려주세요..
php 설치시에도 target이 없다는 에러메세지만 뜨더군요.
감사합니다.--모두모두 복받으세요.