$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ben Hutchings (ben.hutchings_at_[hidden])
Date: 2005-03-29 06:46:40
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.