I started my install by reviewing all documentation and then uploaded all files to my CGI-BIN in ASCII mode. Upon completion, I modified the perl code to reflect the location of my directiories being as I am on my dedicated Linux/Apache server's Virtual Accounts. The server's CGI man page states that I must modify the cgi location because it is a virtual path. So instead of being /cgi-bin/calendar.pl it is /domainnamecgi/calendar.pl
Now that is out in the open, I make the changes, upload the new files and chmod them all to 755.
Now, I go into IE and attempt calling the .pl file www.mydomain.com/domainnamecgi/calendar.pl and it tells me that i've got an internal server error. I've tried running all .pl files and get the same error message, aswell.
I attemted to have the perl validator on my server parse thorugh the pl files and this is what it returned upon completion.
Can't locate asp.inc in @INC (@INC contains: http://zeigleril.com/zeiglerilcgi/calendarscript/lib /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at calendar.pl line 29. BEGIN failed--compilation aborted at calendar.pl line 41
Ever seen this problem before??? What should I do? I called the tech support of my hosting company and they are USELESS... Any ideas???