0

I've been getting this annoying problem. I want to compile a .so under Ubuntu using the Anjuta IDE. It compiles fine and all, but when I load it, that's when the error comes up:

/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found

I've tried everything in GLIBCXX_3.4.15 not found. But nothing seemed to work.

1 Answers1

1

have you tried adding the /usr/lib/x86_64-linux-gnu to the LD_LIBRARY_PATH environment variable?

I did and worked. Let me know if this helps.

Joaquin
  • 41