Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

CGi Wrap Error

Quote Reply
CGi Wrap Error
hello
While running my sendmail.pl file i got an error
path: http:/linarp.com/sendmail.pl

this is my fist 5 lines of script
#!/usr/bin/perl
$SENDMAIL="/usr/lib/sendmail -t";
$CHECK_EMPTIES=0;
# =========================
# END OF USER CONFIGURATION


CGIWrap encountered an error while attempting to execute this script: Error Message: Permission denied Error Number: 13
This message usually indicates there is a problem with the script itself. Often this indicates either that the #! line of the script is incorrect, or the script was uploaded in binary mode instead of ascii mode. Check to make sure that the script does not have control-M's at the end of every line. That will prevent it from executing. An easy fix that takes care of this most of the time is to put '#!/.../perl --' instead of '#!/.../perl' on the first line of the script. This is typically a problem if the script was edited or uploaded from a DOS/Windows/Macintosh station to a unix based server.
If you are not the owner of this script, please forward this error and the URL that caused it to the script owner. That is often the component in the URL right after /cgiwrap/.
please help me in this reguard