Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

  • Configure your system according to the directions in the release notes (for binary distributions) or the platform-specific build instructions (if you built Ice from sources).
  • If you are using a non-RPM installation and you did not install Ice in its default location (/opt/Ice-3.5.1), set the environment variable ICE_HOME to point to your Ice installation root directory. For example, in a Bash shell:

    Wiki Markup
    {zcode}
    $ export ICE_HOME=$HOME/testing/Ice-3.5.1
    {zcode}

    With a non-RPM installation, you also need to either create an /opt/Ice-3.5 symbolic link (as described in the release notes), or add the Ice library directory to your shared library search path. For example, on Linux x86:

    Wiki Markup
    {zcode}
    $ export LD_LIBRARY_PATH=$ICE_HOME/lib:$LD_LIBRARY_PATH
    {zcode}

    The Ice library directory is $ICE_HOME/lib64 on Linux x86_64 and $ICE_HOME/lib/sparcv9 on Solaris for SPARC 64-bit.

...