View Full Version : Shell
webpenner
01-04-2001, 01:03 PM
I'm new to web design and am attempting to install a cgi script. One of the steps is to run a command in shell but I can seem to figure out how to do this. I can log in with my user name and password then the a screen shows up but I'm able to type the command. Can anyone help? Thanks!
Wes
webpenner
01-04-2001, 01:29 PM
When I ran this command "bash$ perl public_html/cgi-bin/build.cgi"
I got this error...
"Can't locate AdTables.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 public_html/cgi-bin/build.cgi line 13.
BEGIN failed--compilation aborted at public_html/cgi-bin/build.cgi line 13."
Can anyone tell me what I'm doing wrong? Thanks.
Wes
Your cgi script is looking for a Perl module called AdTables.pm. It appears that the module is not installed on the server, so you will be unable to run your script until it is. You'll have to talk to HR customer support to get that installed.
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.