Removing the mac ports $PATH entries /opt/local/bin and /opt/local/sbin from my path and re-compiling worked for me. My guess is that removing /opt/local/bin/openssl from the path in lieu of /usr/bin/openssl is what's making it compile a...bshelton (Bryan Shelton)
I have a similar problem samuelkadolph helped in the ruby-lang IRC channel. Turned out my installation was broken because it was compiling against openssl in mac port's /opt/local/lib /opt/local/include. You could verify this by runni...bshelton (Bryan Shelton)