I had a similar issue.
OSX 10.5.8
2.2 gig Intel Core 2 Duo
$ ejs
dyld: unknown required load command 0x80000022
Trace/BPT trap
mob replied with a solution and I am duplicating this for others:
J,
We tested the image on our system here and it installs and runs. So we need to dig a bit deeper on your system.
We build on Snow-Leopard in 32 bit. The next version B2 will be 64 bit. Are you on a PPC system? We don't build universal binaries only X86. If so, it is very easy to build from source and do:
./configure
make
make install
You can try the source at
http://www.ejscript.org/software/ejs-sr ... -B1.tar.gz or the very latest source at:
http://hg.embedthis.com/ejs/archive/tip.tar.gz (this is very close to B2)
Please let us know.
//end of email...
Now onto trying out B2 on OSX and Ubuntu (on EC2)!