Results 1 to 3 of 3

Thread: `GLIBCXX_3.4.4' not found

  1. #1
    Rajan is offline Registered User
    Join Date
    Jan 2006
    Posts
    2

    `GLIBCXX_3.4.4' not found

    Hi,

    I'm using Fedora core 3. I dont have much knowledge about Linux but anyways I managed to install Ice-3 from C++ source.
    Now, when I'm trying to run slice2cpp it gives this error
    slice2cpp: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.4' not found (required by slice2cpp)

    pls help

    Thanks
    Rajan
    HTC Global Services (www.htcinc.com)

  2. #2
    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
    Hi Rajan,

    This error indicates a mismatch between the C++ runtime you linked with when building Ice and the C++ runtime you're trying to use when running it.

    You could set your LD_LIBRARY_PATH to pick the desired C++ runtime (assuming you built Ice on the same machine).

    Cheers,
    Bernard
    Bernard Normier
    ZeroC, Inc.

  3. #3
    Rajan is offline Registered User
    Join Date
    Jan 2006
    Posts
    2
    Thanks Bernard
    setting the LD_LIBRARY_PATH correctly helped me. Its workin now.
    Rajan
    HTC Global Services (www.htcinc.com)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. no object found in IcePHP_defineStruct()
    By anomaly in forum Help Center
    Replies: 2
    Last Post: 01-06-2011, 02:05 PM
  2. Mutex.h : identifier not found
    By shimrod in forum Help Center
    Replies: 4
    Last Post: 09-17-2005, 09:13 PM
  3. IcePHP: Profile not found.
    By René Pedersen in forum Help Center
    Replies: 5
    Last Post: 03-01-2005, 08:53 AM
  4. sorry, i can not found php5.0.0b2 ...
    By damingyipai in forum Comments
    Replies: 2
    Last Post: 02-24-2004, 04:06 AM
  5. uuid.h not found
    By Bruce in forum Help Center
    Replies: 7
    Last Post: 02-20-2003, 08:57 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
  •