SSL-enabled MySQL rpms for SUSE 10

Unfortunately the default MySQL binaries for SUSE 10 have been compiled without SSL support. Why this is a case is difficult to determine, the SSL-enabled server and client seem just as reliable as their non-SSL equivalents and with OpenSSL being used it would not seem to be a licensing issue. Anyway below are the SSL-enabled rpms generated from SUSE 10's MySQL srpm package:

For more information on running MySQL 4.1 with secured connections checkout the excellent online MySQL documentation.

Note: If you install these rpms and find the MySQL server will not start check the log file at /var/lib/mysql/mysqld.log. If there is a message about accessing a file in /var/lib/mysql/tmp then make sure the tmp directory exists and is owned by the MySQL user. For example run the following:

mkdir /var/lib/mysql/tmp
chown -R mysql:mysql /var/lib/mysql/tmp
rcmysql start