Tag Archives: osx

Delorme PN-60w & Topo 9.0 on OSX Lion with VirtualBox

This week I switched the VM software I use from Parallels to VirtualBox. There are many reasons for this, but the primary one is that VirtualBox is free and I can put it on all the machines I want. Another reason is that I can share virtual disks etc with my Linux workstation that already has VirtualBox installed. I’ve been very happy with it on Linux, so I decided to try it out on my Mac and the results were great.

Since my primary computer is a Mac and I enjoy using my Delorme PN-60w to it’s fullest, I chose to run Topo North America 9.0 in a Windows virtual machine so management of maps etc is super easy. I had set this up without any issues using an XP virtual with Paralells, but VirtualBox and Windows 7 presented some obstacles. I’ll explain how to get it all working in a few easy steps.

Read more »

PHP pcntl.so on OSX Lion (and MAMP)

pcntl.so install for system’s PHP install


Recently I needed to use pcntl_fork with a project and found that the stack I was using (MAMP) didn’t include support for pcntl.so by default. Fortunately it’s pretty easy to install on Lion.
Read more »

How to install ssh2.so for PHP 5.3.x on OSX Lion and MAMP

For a recent project I needed to use the ssh2 extension with PHP. I had tried to use phpseclib, but found that it doesn’t support for DSA keys (a requirement for my project). Using the instructions below, you can easily install ssh2 support for PHP using homebrew.

Read more »