Archived

This forum has been archived. Please start a new discussion on GitHub.

slice2java command

I get the following error when i use the slice2java command.. what could be my problem?

slice2java: error while loading shared libraries: libSlice.so.15: cannot open shared object file: No such file or directory

Comments

  • You need to add the directory that contains the Ice libraries to your PATH environment variable.

    Cheers,

    Michi.
  • marc
    marc Florida
    Actually, it's LD_LIBRARY_PATH for Unix/Linux. For Windows DLLs, it's PATH.
  • Oops, sorry, yes -- I should have spotted that the library name is for UNIX, not Windows.

    Michi.