Archived

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

`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

Comments

  • bernard
    bernard Jupiter, FL
    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
  • Thanks Bernard
    setting the LD_LIBRARY_PATH correctly helped me. Its workin now.