Results 1 to 4 of 4

Thread: trouble with installing Ice 3.4.1 on redhat

  1. #1
    papa is offline Registered User
    Name: Adonis Papaikonomou
    Organization: Nestor Institute
    Project: detection of neutrinos
    Join Date
    Mar 2011
    Posts
    4

    trouble with installing Ice 3.4.1 on redhat

    Hi,

    I'm trying to install Ice 3.4.1 on SL (rel. 4.5),
    compiler version: gcc version 3.4.6 20060404 (Red Hat 3.4.6-8),

    and getting this error message:

    -------------------------------------------
    ...
    c++ -shared -Wl,--enable-new-dtags -Wl,-rpath,/opt/Ice-3.4/lib -rdynamic -Wall -D_REENTRANT -fPIC -g -I/usr/include/nptl -L../../lib -o ../../lib/libFreeze.so.3.4.1 -Wl,-h,libFreeze.so.34 BackgroundSaveEvictor.o BackgroundSaveEvictorI.o CatalogData.o Catalog.o CatalogIndexList.o ConnectionI.o Connection.o DB.o EvictorI.o EvictorIteratorI.o EvictorStorage.o Evictor.o Exception.o IndexI.o Index.o MapDb.o MapI.o ObjectStore.o PingObject.o SharedDbEnv.o TransactionalEvictor.o TransactionalEvictorI.o TransactionalEvictorContext.o TransactionHolder.o TransactionI.o Transaction.o Util.o -lIce -lIceUtil -ldb_cxx -lpthread -lrt
    /usr/bin/ld: cannot find -ldb_cxx
    collect2: ld returned 1 exit status
    make[2]: *** [../../lib/libFreeze.so.3.4.1] Error 1
    make[2]: Leaving directory `/root/ICE/JUST_SOURCE/Ice-3.4.1/cpp/src/Freeze'
    make[1]: *** [all] Error 1
    make[1]: Leaving directory `/root/ICE/JUST_SOURCE/Ice-3.4.1/cpp/src'
    make: *** [all] Error 1
    ------------------------------------------------


    Any idea what I could do to overcome this?
    Many thanks in advance!

    D.

  2. #2
    mes's Avatar
    mes
    mes is offline ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,445
    Hi,

    Welcome to the forum.

    The db_cxx library contains the C++ bindings for the Berkeley DB package. Ice 3.4 supports Berkeley DB 4.8, but any relatively recent version of Berkeley DB 4.x should work. Either install the Berkeley DB C++ RPM, or build Berkeley DB from source.

    Regards,
    Mark

  3. #3
    bernard's Avatar
    bernard is offline ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Since Ice 3.4 no longer supports RHEL 4.x, a simpler alternative could be to use an earlier version of Ice. You could for example try the Ice 3.3.1 RPMs on your system:

    http://www.zeroc.com/download_3_3_1.html#linux_rpms

    Best regards,
    Bernard
    Bernard Normier
    ZeroC, Inc.

  4. #4
    papa is offline Registered User
    Name: Adonis Papaikonomou
    Organization: Nestor Institute
    Project: detection of neutrinos
    Join Date
    Mar 2011
    Posts
    4
    Many thanks! I tried the earlier version and it seems to be working fine!

    D.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Trouble installing Ice on Python
    By jtizzi in forum Help Center
    Replies: 11
    Last Post: 01-07-2011, 01:43 PM
  2. Trouble with installation of ICE-3.3.0
    By Shawn Zhang in forum Help Center
    Replies: 1
    Last Post: 12-31-2008, 06:39 AM
  3. can not build ICE 3.2.1 on Redhat Linux
    By gthaker in forum Help Center
    Replies: 1
    Last Post: 12-03-2007, 01:14 PM
  4. I have installed Ice on RedHat 9.0
    By ccba in forum Bug Reports
    Replies: 0
    Last Post: 07-15-2003, 04:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •