If I run "context" with no arguments, I get the following output (and nothing else):
mtxrun | unknown script 'context.lua' or 'mtx-context.lua'
The file, mtx-context.lua does exis:
/home/bwise/context/20110505-beta-extras/tex/texmf-context/scripts/context/lua/mtx-context.lua
If I do an strace, it's looking for the following:
26155 open("./context.lua", O_RDONLY) = -1 ENOENT (No such file or directory)
26155 open("/home/bwise/context/20110505-beta-extras/tex/texmf-linux-64/bin/mtx-context.lua", O_RDONLY) = -1 ENOENT (No such file or directory)
26155 stat("mtx-context.lua", 0x7fffcf962660) = -1 ENOENT (No such file or directory)
26155 stat("mtx-context.lua", 0x7fffcf962660) = -1 ENOENT (No such file or directory)
26155 open("/home/bwise/context/20110505-beta-extras/tex/texmf-linux-64/bin/mtx-context.lua", O_RDONLY) = -1 ENOENT (No such file or directory)
26155 stat("context.lua", 0x7fffcf962660) = -1 ENOENT (No such file or directory)
26155 stat("context.lua", 0x7fffcf962660) = -1 ENOENT (No such file or directory)
So it's looking for the mtx-context.lua file in the path: tex/texmf-linux-64/bin/mtx-context.lua
And it's really located in the path: tex/texmf-context/scripts/context/lua/mtx-context.lua
Am I doing something wrong?
Thanks,
Bart
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________