Hey I had a quick question for anyone who can help. I am trying to get calnadmin runnig on our server but I seem to be running into a brick wall with the require statements for loading the libraries. This site is hosted by a company so I do not know the absolute path to the includes directory and I keep getting an error like:
Failed to load, because : Can't locate include/common in @INC (@INC contains: /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 /html/cgi/cadmin/clanadmin.cgi line 36.
I believe this is because my @INC does not have the right path but I don't know what that path is. Any help would be greatly appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey I had a quick question for anyone who can help. I am trying to get calnadmin runnig on our server but I seem to be running into a brick wall with the require statements for loading the libraries. This site is hosted by a company so I do not know the absolute path to the includes directory and I keep getting an error like:
Failed to load, because : Can't locate include/common in @INC (@INC contains: /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 /html/cgi/cadmin/clanadmin.cgi line 36.
I believe this is because my @INC does not have the right path but I don't know what that path is. Any help would be greatly appreciated.