diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-01-20 11:33:52 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-01-20 11:33:52 -0330 |
commit | c00f9986ce908991113af2c24f2fbe7ca405b687 (patch) | |
tree | 8414eef54d52a271302cae9447f8e2c1dd072a48 /cpp | |
parent | ICE-5885 - Move CHANGES to wiki (diff) | |
download | ice-c00f9986ce908991113af2c24f2fbe7ca405b687.tar.bz2 ice-c00f9986ce908991113af2c24f2fbe7ca405b687.tar.xz ice-c00f9986ce908991113af2c24f2fbe7ca405b687.zip |
ICE-6198 fixed IceBox demo to not require current directory to be added to library path
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 |