The 4.0.10 MySQL-server rpm's don't include the POSTIN script. I'm guessing this is because of moving the server to a subpackage and the POSTIN scripts being spec'd for the main package. It's easy to see this by running:
rpm -qp --qf "%{POSTIN}\n" MySQL*4.0.9*.i386.rpm rpm -qp --qf "%{POSTIN}\n" MySQL*4.0.10*.i386.rpm The first shows the script is there while the second produces basically nothing. I ran into this while installing 4.0.10 on a new box today. I'm guessing that installing 4.0.9 and then upgrading to 4.0.10 will work around the problem, but I haven't tried that yet. -- </chris> "Never offend people with style when you can offend them with substance." - Sam Brown --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php