I am trying to rpmbuild mysql-5.1.30 for F10 and F8.
No hassles at all, except my F8 server it will break Plesk as plesk there are about 4 packages that have dependencies on with libmysqlclient.so.15
Now as mysql 5.1 uses with libmysqlclient.so.16, what do I need to do to the spec file to build it with both 16 and 15 libraries?
I do have the mysql-5.0.75.tar.gz as well as I am currently running 5.0.75
Then I am in business

Thanks again!