http://wiki.kldp.org/wiki.php/APM
위 문서를 보고여 설치되어있는것들 삭제하면서
컴파일하여 설치는 완료되었습니다.
MySQL 도 접속이 잘되었습니다.
접속은 되었는데.. 다음과 같이 나옵니다. -ㅅ-;
=============================
[root@flolab var]# mysql -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 52 to server version: 4.1.9
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> show databases;
Empty set (0.00 sec)
mysql> use mysql;
ERROR 1049 (42000): Unknown database 'mysql'