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

[REBOL] Re: rebol

From: jeff:rebol at: 29-Apr-2001 5:43

Howdy, Fantam: Possibly missing ELF support. The FreeBSD box you're on may be an old a.out version. Trying to execute an unsupported binary format often results in that not-so helpful error message (under a number of different unices). What do you see when you type: file ./rebol as opposed to, say: file `which ls` (for example) Which version of FreeBSD? (Try: uname -a) Another option: Are there compatability libraries installed? Do you have a /usr/lib/compat/ directory? (Or compat/ dir under some other /lib directory?) If you have linux binary compatibility there, you may be able to get a libc5 or libc6 linux binary to run. Just a few things to start off with ... -jeff