I'm working on the install and ran this line:
$ bin/upgrading/update-db.pl --runsql --populate
I got the following errors:
Can't locate Class/Autouse.pm in @INC (@INC contains: /home/catalyst7/hissy.catalyst-pub.com/c
BEGIN failed--compilation aborted at /home/catalyst7/hissy.catalyst-pub.com/c
Compilation failed in require at /home/catalyst7/hissy.catalyst-pub.com/c
BEGIN failed--compilation aborted at /home/catalyst7/hissy.catalyst-pub.com/c
Compilation failed in require at /home/catalyst7/hissy.catalyst-pub.com/c
BEGIN failed--compilation aborted at /home/catalyst7/hissy.catalyst-pub.com/c
Compilation failed in require at bin/upgrading/update-db.pl line 14.
BEGIN failed--compilation aborted at bin/upgrading/update-db.pl line 15.
I thought that I'd done everything right, but I'm not sure what I did wrong here. Is it trouble accessing the database, or do I have a perl problem?