Monthly Archives: September 2007

Superators

This is just to cool. Superators are a way to overload the traditional, non logical ruby operators. Check it out.

Apache Compiler Error

While upgrading Apache on Mac OS X 10.4 I got the following error:

Cannot use an external APR-util with the bundled APR

The solution - Add this to configure options:

--with-included-apr

This issue is also addressed at the Apache Site