29 Mar
2005
29 Mar
'05
7:02 a.m.
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