I've tried to build the RPM of new MySQL version 5.0.24 on FC5.

When running the regression tests with --with-openssl (enabled on the Fedora RPM), the kill test hangs, so the build of the rpm doesn't succeed.

So i build the RPM with the test suite disabled to be able to make more tries.

When running the test suite without this option, the kill test succed but trigger test failed with this error :

trigger [ fail ] Errors are (from /usr/share/mysql-test/var/log/mysqltest-time) : mysqltest: At line 1056: query 'rename table t1 to t2' succeeded - should have failed with errno 1... (the last lines may be the most important ones)

The results are the same with or without the --ps-protocol option

So, more investigations should be done on this problem (trying the official MySQL binaries, compare the configure and make options...)

To be continued...