Installing The MySQL Ruby Gem When Using The Official MySQL .dmg
If you installed MySQL using the official .dmg package provided by MySQL AB/Sun and are trying to install the native MySQL gem, you’ll need to pass a bunch of flags to the gem install process to get the thing to compile. Try this..
sudo gem install mysql — –with-mysql-config=/usr/local/mysql/bin/mysql_config
..if you still have issues (check your /opt/local/lib/ruby/gems/<ruby_ver>/gems/mysql-<gem_ver>/mkmf.log file), try this instead..
sudo gem install mysql — –with-mysql-dir=/usr/local/mysql –with-mysql-include=/usr/local/mysql/include/ –with-mysql-lib=/usr/local/mysql/lib/ –with-mysql-config=/usr/local/mysql/bin/mysql_config
Run `sudo gem install mysql` and definitely recheck the log file again as the gem install process sometimes reports false positives even if native components fail to install.
Tags: gem, howto, mysql, osx, rails, ruby, troubleshooting
OpenRain 1.0 Officially Launched w/New Logo & Blog!
Pretty much all of OpenRain’s Q2 internal efforts boil down to tomorrow’s open house: a massive milestone date where all our startupy HR, legal and infrastructure tasks are done, and we consider ourselves a properly running software development company under a new brand. OpenRain 1.0 is neither a product nor service, but a state-of-being which represents our transition from a-bunch-of-dudes-hacking-on-web-projects to a-bunch-of-dudes-hacking-on-web-projects-really-freaking-well. We’re kicking off this exciting new period with a catered open house tomorrow.
We’re also launching several new sites today. First is our main landing page, www.openrain.com, updated with our new logo and color scheme. Second is blog.openrain.com, which we’ll be using for upcoming public event announcements, non-NDA’d project links and technical resource for our officially supported software.
Subscribe to the OpenRain feed using the ridiculously large RSS button on the right.
Tags: announcement, blog, event, open house, openrain
Apple Says Sorry For MobileMe Boo-Boos
If you’re an existing .Mac user, you may have noticed the new MobileMe services sucking a lot since the iPhone 3G launch. Apple will be “..giving all current subscribers an automatic 30-day extension to their MobileMe subscription free of charge.” Full email text..
MobileMe Services Now Available.
We have recently completed the transition from .Mac to MobileMe. Unfortunately, it was a lot rockier than we had hoped.
Although core services such as Mail, iDisk, Sync, Back to My Mac, and Gallery went relatively smoothly, the new MobileMe web applications had lots of problems initially. Fortunately we have worked through those problems and the web apps are now up and running.
Another snag we have run into is our use of the word “push” in describing everything under the MobileMe umbrella. While all email, contact or calendar changes on the iPhone and the web apps are immediately synced to and from the MobileMe “cloud,” changes made on a PC or Mac take up to 15 minutes to sync with the cloud and your other devices. So even though things are indeed instantly pushed to and from your iPhone and the web apps today, we are going to stop using the word “push” until it is near-instant on PCs and Macs, too.
We want to apologize to our loyal customers and express our appreciation for their patience by giving all current subscribers an automatic 30-day extension to their MobileMe subscription free of charge. Your extension will be reflected in your account settings within the next few weeks.
We hope you enjoy your new suite of web applications at me.com, in addition to keeping your iPhone and iPod touch wirelessly in sync with these new web applications and your Mac or PC.
Thank you,
The MobileMe Team
My iPhone 2.0 Upgrade Not Reactivating
It seems like there’s some sort of service outages with the iTunes store related to users upgrading to the iPhone 2.0 firmware. The firmware download and upgrade process seems to have upgrade fine, but mine is stuck on the please-connect-to-itunes screen. All I can do right now is view the IMEI and ICCID, and make emergency calls.
Update: After 4 continuous hours of having it plugged in, it finally reactivated and synced. PITA, but the new apps are hot!!!
Tags: apple, broken, error, iphone, itunes
Virtual OS X Server Screenshots
Apple now allow you to virtualize OS X Server instances. While your virtualization options are limited, it’s very easy to set up on your existing OS X Server.
This is an virtualized OS X Leopard Server guest running in Parallels Server on a host OS X Leopard Server. You can see that the guest system is treated similarly to other Windows and Linux VMs in the Parallels Management Console.
Note that a distinct serial number/license seems to be required. The serial number for the host machine will not validate (I thought Apple was going to allow one VM instance???), so to use the sweet service configuration tools available in Server Admin, it appears you’ll need a separate license for now.
Tags: apple, leopard, mac, osx, parallels, virtualization







