When I run bjam i get /lib/i686/libc.so.6: version 'GLIBS_2.3' not found (required by bjam) What i need to do? eyal
Eyal Inbar wrote:
When I run bjam i get /lib/i686/libc.so.6: version 'GLIBS_2.3' not found (required by bjam) What i need to do?
You need to always provide the relevant information. Which version? Where did you get it from? What operating system and what version? Essentially, the above says that bjam requires version 2.3 of GNU C library, and you don't have it. The most likely cause is that you're using an out-of-date installation of operating system. - Volodya
Eyal Inbar wrote:
When I run bjam i get
/lib/i686/libc.so.6: version 'GLIBS_2.3' not found (required by bjam)
What i need to do?
The version you're running has been built against a newer version of the C library than you have. I think you need to build it from source so that it will work with the one you have. Ben.
participants (3)
-
Ben Hutchings
-
Eyal Inbar
-
Vladimir Prus