This problem seems to be well documented on Windows machines (I usually instal calendarscript on Linux machines)..
When the basedir is specified:
$BASE_DIR = "atl.hosting.int/storage/IPSWX0012ATL2/user479819/www/cgi-bin/calendarscript/";
I get the following error:
Can't locate DBFile.pm in @INC (@INC contains: atl.hosting.int/storage/IPSWX0012ATL2/user479819/www/cgi-bin/calendarscript/plugins atl.hosting.int/storage/IPSWX0012ATL2/user479819/www/cgi-bin/calendarscript/lib C:/Perl/lib C:/Perl/site/lib .) at \\atl.hosting.int\storage\IPSWX0012ATL2\user479819\www\cgi-bin\calendar_admin.cgi line 37.
BEGIN failed--compilation aborted at \\atl.hosting.int\storage\IPSWX0012ATL2\user479819\www\cgi-bin\calendar_admin.cgi line 48.
when the basedir is not specified (commented out) I get the same except there's a / in front of the url:
Can't locate DBFile.pm in @INC (@INC contains: /atl.hosting.int/storage/IPSWX0012ATL2/user479819/www/cgi-bin/calendarscript/plugins /atl.hosting.int/storage/IPSWX0012ATL2/user479819/www/cgi-bin/calendarscript/lib C:/Perl/lib C:/Perl/site/lib .) at \\atl.hosting.int\storage\IPSWX0012ATL2\user479819\www\cgi-bin\calendar_admin.cgi line 37.
BEGIN failed--compilation aborted at \\atl.hosting.int\storage\IPSWX0012ATL2\user479819\www\cgi-bin\calendar_admin.cgi line 48.
does anyone know what's going on? I've reuploaded the DBFile.pm I've even downloaded it from the server and lookeed at it so I know it's not corrupt..
I have a feeling this is a windows issue.. since I have no problem installing this script on Linux machines.
thanks..
-Jay