PDA

View Full Version : Can't locate iConfig.pm in @INC


finncr4
02-10-2003, 06:33 PM
I have installed a cgi script and I am now trying to run the mysql set up file from this url

http://bannercastle.com/cgi-bin/admin/install_mysql.cgi

I am getting this error message:

Software error:
Can't locate /data/iConfig.pm in @INC (@INC contains: /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .) at admin-list.inc line 4.

Any ideas on how to fix this problem?

Feyd
02-11-2003, 01:23 AM
Typically that error is almost always an incorrect path to the required file(s) you are trying to reference. Make sure whatever you are calling on 4 is being called correctly, at its correct location, and has sufficient permissions for your script to work with.