It’s been a hectic month getting everything done, but we’ve finally managed to push live the new site. You’ll find a whole slew of changes to the design as well as some minor tweaks to some of the features. Most noticably:
The header now makes sense. No more double takes and confusion in finding what you […]
So today, being the usual day, I needed a pastebin, that wasn’t slow, or bogged up with ads and stuff. I hopped on over to dpaste.com as I usually would, to find that the domain was temporarily expired (it’s back up now). Being that the site was down for a little bit, and the project […]
As many people probably have, I ran across the problem of installing MySQLdb (Python) on Leopard today.
The error:
In file included from /usr/local/mysql/include/mysql.h:43,
from _mysql.c:40:
/usr/include/sys/types.h:92: error: duplicate ‘unsigned’
/usr/include/sys/types.h:92: error: two or more data types
in declaration specifiers
error: Setup script exited with error: command ‘gcc’ failed
with exit status 1
Luckily, there are people out there who know a lot more […]
Apple made it easy this time around. Leopard defaults with Apache2 and PHP5, and enabling it is as simple as uncommenting a line. Check out this guide for a full tour of using Apache2 with PHP5 and MySQL on the latest release from Apple.