Hi, if you are running gcc 4.5 you might step into problems that the ./
configure in Ariba does not detect Boost libraries that were also
compiled with gcc 4.5.
To resolve this get the new boost.m4 macro, and bootstrap, configure
ariba:
cd ariba/m4
wget
http://github.com/tsuna/boost.m4/raw/master/build-aux/boost.m4
mv ./boost.m4.1 ./boost.m4
cd ..;
./bootstrap; ./configure;
Cheers,
Chris