If you ever need to use mono on Mac OS X, and you receive a message like "libcups not found. To have printing support, you need cups installed" or "System.DllNotFoundException: libcups.so.2" then do the following:
1. cd /usr/lib
2. sudo ln -s libcups.2.dylib libcups.so.2
This will solve your problems ;)