Archived

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

target ICE deployment

What is the minimum set of ICE RPMs to be installed when deploying to a target system and not a development system?

Comments

  • mes
    mes California
    Hi Dennis,

    You won't need to deploy the *-devel RPMs but everything else is fair game, depending of course on your application's requirements. You didn't mention the language(s) you'll be using, but I'll take an educated guess and say your application will need the C++ run-time along with IceGrid. The C++ run-time requirement is satisfied by the libice3.6-c++ RPM, and the inclusion of IceGrid adds several more RPMs:
    • icegrid
    • libfreeze3.6-c++
    • libicestorm3.6
    • ice-utils
    • db53/libdb (depending on platform)
    You can use the 'rpm -i --test ...' command to verify that all of the dependencies are being met by a particular collection of RPMs.

    Let us know if you still need help with this.

    Mark
  • Good guess :) Thanks for the quick reply.