I've seen the same thing on my gentoo machine. The Zenoss folks may want to modify their install-functions.sh script just a bit to account for the Mysql Issue.
Sending a NULL to STDIN on MySql 5.0.54 causes a segmentation fault. For example, 'echo "" | mysql <options>' will cause it to fault. But, 'echo " " | mysql <options>' seems OK. (note the echo space) This problem does not seem to exist in MySQL 5.0.44. I just commented out the Mysql check in the install-functions.sh script, and let the install continue normally. --Randy -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=16421#16421 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
