Results 1 to 3 of 3

Thread: Is something missing?ld:can not find "-ldb_cxx"

  1. #1
    lbaby is offline Registered User
    Join Date
    Nov 2004
    Posts
    2

    Unhappy Is something missing?ld:can not find "-ldb_cxx"

    I download the Ice 2.0 and make it successfully under fedora 3 with gcc 3.4.
    But after I updated my kernel to 2.6.10 ,I made it once again,
    there is some error : ld: can not find "-ldb_cxx".
    How can I deal with it ,and is there something wrong with the kernel?
    Thanks in advance.

  2. #2
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    Hi,

    That's an unfortunate bug in Fedora Core 3 (see https://bugzilla.redhat.com/bugzilla....cgi?id=149191). Fortunately, it looks like it was fixed in the recent db4-devel packages.

    To workaround the problem, you can edit Ice-2.1.1/config/Make.rules and change all the -ldb_cxx to -ldb_cxx-4.2.

    Benoit.

  3. #3
    lbaby is offline Registered User
    Join Date
    Nov 2004
    Posts
    2

    Smile

    ok.thank you

    I learned a new way to work out this problem without changing make.rules,
    which is from the url you had given above.
    I set a symbolic link :
    /usr/lib/libdb_cxx.so -> /usr/lib/libdb_cxx-4.2.so
    then
    rpm -qf /usr/lib/libdb_cxx.so
    rpm says that no package rely on it.

    Well, db_cxx can be found now.
    Then I build and install Ice 2.1.0 on FC3 perfectly .

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 01-31-2011, 07:32 PM
  2. Replies: 1
    Last Post: 06-09-2009, 10:53 PM
  3. Replies: 1
    Last Post: 01-28-2009, 06:15 AM
  4. Replies: 4
    Last Post: 10-26-2006, 11:23 AM
  5. Replies: 1
    Last Post: 04-05-2004, 08:55 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
  •