On 1/2/08, Jonas Elfström <[EMAIL PROTECTED]> wrote: > When I try to access my blog it fails and in the log it says: > Mysql::Error: Lost connection to MySQL server during query: SELECT * > FROM articles LIMIT 1
Even though it had nothing to do with Typo I still believe it's good manners to post the solution. Added: deb http://archive.ubuntu.com/ubuntu dapper universe multiverse deb-src http://archive.ubuntu.com/ubuntu dapper universe multiverse in /etc/apt/sources.list sudo apt-get install libmysqlclient15-dev gem install mysql and then it worked to compile the ruby-version 2.7. Then I restarted mongrel and it was all peachy again. -- Jonas Elfström _______________________________________________ Typo-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/typo-list
