Section 1: Compilation To compile the orb510-dimsrv, open the Makefile and adopt the file pathes to your local environment. Compilation was testet with boot 1.42 only. Section 2: Running the server - Set the LD_LIBRARY_PATH to include the boost library - for daq00: "export LD_LIBRARY_PATH=/home/trd/boost_1-42/boost_1_42_0/stage/lib/:$LD_LIBRARY_PATH" - Run the program via ./orb510-dimsrv It will print out a message like "Child process started successfully" and fork into background - Quitting the program: The only possible way is to kill both orb510-dimsrv processes via "killall orb510-dimsrv" Section 3: Error messages a) ./orb510-dimsrv: error while loading shared libraries: libboost_regex.so.1.42.0: cannot open shared object file: No such file or directory Solution: Set the LD_LIBRARY_PATH (see section 2) b) (FATAL) GAS_ORB510: Some Services already known to DNS Solution: In this case there is a running ob510-dimsrv process on the computer already. Quit the process via "killall orb510-dimsrv" and try again