Setup Halts After Submitting MySQL Information
Problem:
You're installing on a Linux server, you get to the page that asks you for your MySQL server, database name, admin account and so on, you click OK and things kind of blow up with no helpful error message. In IE you get "this page cannot be displayed", in Safari you get something like "cannot access the data".
Solution:
If your PHP MySQL module is not happy and healthy, MySQL can actually generate a segmentation fault and quietly crash. You may have incorrect library dependencies between rpm versions of php and mysql. For example one user reported that once he found and installed the MySQL-shared-compat rpm, he was all set.
