For my senior project (computer science) I am setting up a weblog system on our campus (using livejournal). I am not a moron, I have taking several programming courses (several times unfortunately) and I spend most of my life on the computer. I have run into a few initial problems and I was hoping somebody could help me fix.
First, while following livejournal's excellent documentation on setting up your own livejournal, I have arrived to the "populating the database" part (II.10.3) with the commands :
$ bin/upgrading/update-db.pl --runsql --populate
$ bin/upgrading/texttool.pl load
When I run the first command I get:
Can't locate Image/Size.pm in @INC (@INC contains: /usr/lib/perl5/5.8.1/i386-linux-thread-m
I am sure I will have more questions later, but this is the one I am stuck on now... any suggestions?