Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Free REBOL Servers

From: rchristiansen:pop:isdfa:sei-it at: 8-Jan-2001 17:34

One thing to check is to make sure your shebang has the right switches. Try the following: #!/path/to/rebol -cs You also want to make sure you have the correct rebol binary installed on the server. A common mistake is to upload the binary you are using locally, which most likely is not compiled for the operating system used on the web server. A final thing to check is to make sure your script is marked as executable. On a unix/linux server, you can type "chmod +x filename" to make your script executable.