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

[REBOL] Re: Problems installing Rebol on Ubuntu

From: santilli::gabriele::gmail::com at: 24-May-2007 12:43

2007/5/23, Tim Johnson <tim-johnsons-web.com>:
> execve("/usr/local/bin/rebol", ["rebol"], [/* 34 vars */]) = -1 ENOENT (No > such file or directory)
Notice that it is looking for /usr/local/bin/rebol - is it installed there? If not, try with the full path to the rebol executable. HTH, Gabriele.