DreamHost changed the server I was hosted on over the weekend and now my gitorious install is hosed. This is the error message I get:
Ruby on Rails application could not be started These are the possible causes: - There may be a syntax error in the application's code. Please check for such errors and fix them. - A required library may not installed. Please install all libraries that this application requires. - The application may not be properly configured. Please check whether all configuration files are written correctly, fix any incorrect configurations, and restart this application. - A service that the application relies on (such as the database server or the Ferret search engine server) may not have been started. Please start that service. Further information about the error may have been written to the application's log file. Please check it in order to analyse the problem. Error message: - uninitialized constant MysqlCompat::MysqlRes Exception class: - NameError I tried installing the mysql gem with env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/bin/mysql_config but that did nothing. -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
