Hi David,
Thank you for your reply. Although loading the Hello from the command
line doesn't work, I managed to load it from the menu "Load Modules" in
DX. But I still want to figure it out in the command line.
The following is what I got from you advice. It would be great if you
can take a look and give me some more advice.
David Thompson wrote:
You may want to give it a full path to the exec.
It doesn't work.
You may also gain more info from adding an -echo flag and see exactly
what the commands are doing to make sure things are getting passed
around correctly.
I got:
dx -mdf /usr/local/dx/samples/program_guide/hello.mdf -exec
/usr/local/dx/samples/program_guide/dxexec -echo
eval exec "/usr/local/dx/bin_linux/startupui"
I have no idea whether this is correct or not. But "dx -echo" gives the
same response.
Another thing which may be worth mentioning is that "echo $ARCH" returns
"Linux", but the default linux arch setting is "linux". So when I
rebuilt OpenDX, it created a directory "bin_Linux". Because "dx" command
looks for the "bin_linux", I copied bin_Linux to bin_linux. I did the
same thing to lib_Linux. Is this inconsistency a possible reason for the
failure of loading Hello?
Thank you.
Jian