I installed MySQL by rpm before:
[root@jiaoyou sphinx-0.9.9-rc2]# rpm -aq|grep -i mysql
MySQL-devel-community-5.1.34-0.rhel5.x86_64
MySQL-server-community-5.1.34-0.rhel5.x86_64
MySQL-client-community-5.1.34-0.rhel5.x86_64
And now I need to install it from source code:
http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-5.1.37.tar.gz/from/pick
Will it install all the three above with source or not?