There is a faq topic I found on that.
http://www.research.ibm.com/dx/faq.html
What if the user interface can't connect to server?
This problem can be caused if OpenDX wasn't installed using the
standard install process. If you have to type a
pathname in front of the "dx" command to start the User Interface, the
User Interface will not be able to start the server
part of DX. To fix this, add the "<PREFIX>/bin" directory to your
search path.
But that may not be your problem since you start with "dx" and seem to have a
standard installation. Maybe with
ldd dxexec
you could check if any of the dynamic libraries are not found. Then you could
expand your LD_LIBRARY_PATH to resolve the problem.
But this is only a guess, the pros may be of more help,
Raphael
On Friday 18 January 2002 00:49, you wrote:
> I just compiled and installed DX on my RedHat 7.2 linux machine, but it
> dies when I try to open a .net file. The compile and install ran without a
> hitch. I ran "dx" at the command line, and got the main window. I click on
> the "Edit Visual Programs.." button, and select the example1.net file
> mentioned in the tutorial. The Editor window partially comes up and the
> app hangs for a while. Then on the console window the following error
> messages appear:
>
> timeout waiting for response from DX
> connection timed out
>
> Then an Error window pops up with the message:
>
> Unable to connect to dxexec
>
> The other windows go away leaving the main window as it was before. The
> "Tutorial" button brings up the tutorial, so everything isn't completly
> dead.
>
> Can anyone tell me what I am doing wrong?
>
> -steve