chrisboy
07-29-2001, 08:29 PM
so i've got a plain old sample script working in my brand new account with futurequest:
http://www.chrisboy.com/cgi-bin/hello.pl
but i just moved some other scripts from another server, and they all seem to be choking on the fact that they require cgi-lib.pl, which i believe i have installed correctly in my cgi-bin...
is this correct usage in a script on futurequest's servers? (if the script calling cgi-lib.pl is in the same place (cgi-bin) as cgi-lib.pl?)
- -
require "cgi-lib.pl";
- -
cgi-lib.pl has permissions set to 755, so does the script that is calling it -
http://www.chrisboy.com/cgi-bin/val.pl
which is used by this silly form:
http://www.chrisboy.com/validate.html
my error logs say there is an error in the line where i require cgi-lib.pl in val.pl
any ideas? i know this is a bit vague, but maybe this is some sort of common problem?
thanks.
-chris
http://www.chrisboy.com/cgi-bin/hello.pl
but i just moved some other scripts from another server, and they all seem to be choking on the fact that they require cgi-lib.pl, which i believe i have installed correctly in my cgi-bin...
is this correct usage in a script on futurequest's servers? (if the script calling cgi-lib.pl is in the same place (cgi-bin) as cgi-lib.pl?)
- -
require "cgi-lib.pl";
- -
cgi-lib.pl has permissions set to 755, so does the script that is calling it -
http://www.chrisboy.com/cgi-bin/val.pl
which is used by this silly form:
http://www.chrisboy.com/validate.html
my error logs say there is an error in the line where i require cgi-lib.pl in val.pl
any ideas? i know this is a bit vague, but maybe this is some sort of common problem?
thanks.
-chris