diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/IceBox/hello/README | 8 | ||||
-rw-r--r-- | cpp/demo/IceBox/hello/config.icebox | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/cpp/demo/IceBox/hello/README b/cpp/demo/IceBox/hello/README index 1f9611ca74a..d64e9dbb39a 100644 --- a/cpp/demo/IceBox/hello/README +++ b/cpp/demo/IceBox/hello/README @@ -26,11 +26,3 @@ $ client To shut down IceBox, use iceboxadmin: $ iceboxadmin --Ice.Config=config.admin shutdown - -Unix Note: - -For icebox to be able to find the library containing the service, you -must add the current directory to your shared library search path -(e.g., LD_LIBRARY_PATH on Linux, SHLIB_PATH on HP-UX, etc.). -Alternatively, you can copy libHelloService.so to a directory that is -already in the search path. diff --git a/cpp/demo/IceBox/hello/config.icebox b/cpp/demo/IceBox/hello/config.icebox index d68bf802ee0..c58a2f4ef97 100644 --- a/cpp/demo/IceBox/hello/config.icebox +++ b/cpp/demo/IceBox/hello/config.icebox @@ -11,7 +11,7 @@ Ice.Admin.InstanceName=DemoIceBox # # The hello service # -IceBox.Service.Hello=HelloService:create --Ice.Config=config.service +IceBox.Service.Hello=./HelloService:create --Ice.Config=config.service # # Warn about connection exceptions |