Hi
I have had the same problem!
I installed it on a clean server and get the cannot redeclare session message...
The problem is, that some gd-libs already use the class session...
A simple workaround for this problem is:
Open the file /includes/sessions.php
Replace all "Session" terms with "sSession" ... or something other like "4imagesSession"
This should solve your problem
