Click to See Complete Forum and Search --> : cant get perl working


dsgdevil
02-12-2003, 09:08 PM
i'm trying to install coranto but after i chmod it to the correct permissions,it still gives me an internal server error for some reason:(can someone help?thanks

Mr.Slack
02-12-2003, 09:53 PM
What error is it giving you?

dsgdevil
02-12-2003, 10:20 PM
Originally posted by dsgdevil
internal server error
and the url is http://icespirit.uni.cc/coranto/coranto.cgi

jdctx
02-13-2003, 12:51 AM
some posible issue can still be permissions

Even though some instruction say the directory should have permision of 777 for me it has cause errors similiar to you yours so I change it to 755 and it worked.

if your coranto directory has 777 permissions change to 755

next if you uploaded the script content you have to do in ascii not binary.

dsgdevil
02-13-2003, 01:13 AM
still dosnt work:(

jdctx
02-13-2003, 01:54 AM
Take a look at this link for possible answers (http://www.croesusdesign.com/cgibasics.htm)

melban
08-21-2003, 12:45 PM
did you try putting a -w after the #!/usr/bin/perl?

try

#!/usr/bin/perl -w

it fixed my problem like yours

mdwatts
08-21-2003, 12:50 PM
Originally posted by melban
did you try putting a -w after the #!/usr/bin/perl?

try

#!/usr/bin/perl -w

it fixed my problem like yours

This thread is over 6 months old and though we certainly appreciate any help you can give, it is likely that the member has fixed their problem by now. It would be beneficial to the other members if you tried to help out with the current posted questions.