Hi, > I am still having trouble compiling and running the outboard modules > for OpenDX versions >=4.2. Even the example module hello.c does not > work.
I also had a problem running an outboard module. Finally I gave it up and built a loadable module. I saw on an OpenDX mailing list (I don't remember which one "dev" or "users") that someone submitted a patch for the problem where a connection could not be established with an outboard module. > When compiled as a shared library, I get the following error message: > > 0: Starting hello on localhost; will wait.... > ERROR: Hello: Bad Parameter: connection to host localhost failed. You have got a mixture (which is incorrect) of an outboard module and a loadable module. If you have a shared library, then you should not have gotten "Starting hello on localhost". Are you sure you follow the documentation instructions? Best, Irek
