When I tried to install Flash Player 10 Debugger on Ubuntu 9.10 I received an error that my glibc library was out of date and I needed to update.
Searching for “glibc library Ubuntu 9.10” I found that “Ubuntu 9.10, Karmic Koala, shipped with EGLIBC 2.10 for its C library ” EGLIBC (“EGLIBC strives to be source and binary compatible with GLIBC”) so it doesn’t look like I’ll be able to update glibc anytime soon.
I did some more searching and found this post which worked for me. I also followed the second half of this post to install the standalone player as well.
March 6th, 2010 | No reply
# command for creating symbolic links:
$ ln -s /Users/PATH_TO_FOLDER NEW_FOLDER_NAME
February 18th, 2010 | No reply
$page_id = $wpdb->get_var(“SELECT ID FROM $wpdb->posts WHERE post_name = ‘page_slug’”);
May 19th, 2009 | No reply
Why doesn’t Apple give me the option to “Install Update and Shutdown” before I start updating OS X? After all, it tells me beforehand that a restart will be required. Instead of being asleep I’m waiting for a security update to install.
Even better, it gives me the option after the download is complete…insult meet injury

I guess at least it gave me a chance to write here…
And why doesn’t my iMac “know” that my dual monitor is turned off and therefore it would make more sense to launch Firefox on my iMac monitor instead?
May 16th, 2009 | No reply