Archived

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

Question about install ICE on Linux

When I installed ICE on Linux,I got the following error message.

$ rpm -ivh ice-2.1.2-1.i386.rpm
error: Failed dependencies:
libdb_cxx-4.2.so is needed by ice-2.1.2-1
libstdc++.so.6 is needed by ice-2.1.2-1
libstdc++.so.6(CXXABI_1.3) is needed by ice-2.1.2-1
libstdc++.so.6(GLIBCXX_3.4) is needed by ice-2.1.2-1

Maybe I need install some third-party packages:

db4-4.2.52
expat-1.95.7
openssl-0.9.7a
bzip2-libs-1.0.2
readline-4.3
ncurses-5.4
libgcc-3.4.2
libstdc++-3.4.2

but I do not know which package I must install now , can I use other version package and where I can download them.

Who can tell me ,thank a lot!

Comments

  • matthew
    matthew NL, Canada
    What version of Linux are you trying to install the RPMs on?
  • the vesion of Linux is Redhat 9.
  • benoit
    benoit Rennes, France
    The RPM packages we provide were built for Fedora Core 3. It won't work with Redhat 9. The simplest is to build Ice from the sources on Redhat 9. You can download the source distribution from our download page. Required packages and instructions to build Ice on Linux are in the INSTALL.LINUX file included in the source distribution package.

    Benoit.