So I came across Melody which is a open source extension of Movable Types blog software. It sound interesting so I thought I would give it a swing. One thing that was noted several times in my research is that Movable Type was waaaaay behind WordPress and its famous 5-minute install.

I have to say it’s true. I got most of the install going but nowhere did it mention that the url to initiate the install was http://domain.com/cgi-bin/install.cgi

Kinda an important fact. At this point I am now stuck because the install wizard states that I need HTML::Parser installed and my Snow Leopard machine is choking trying to install it. Part of the problem is I don’t know perl from a hole in the ground and part is because even though I think (though fink) I have got the latest package installed, the wizard doesn’t seem to want to acknowledge the face: deep sigh. Now I am into something called CPAN and the coding is getting hot and heavy.

At this point I think the issue is I have not set up CPAN correctly because it keeps failing on the make command.

&^%$# I don’t have xcode installed since the upgrade to Snow Leopard. #$%@^! 3.5 gb download from the Apple Developer site

To enter CPAN: sudo perl -MCPAN -e shell
install HTML::Parser

That was phase one. Then it turns out mysql isn’t a default install so I had to go back and try:
install DBD::mysql