I have successfully built Scribe with Boost v1.33. I only had to change 1 line in file.cpp. The call to filename() needs to be replaced with a call to leaf() due to a boost api name change. I have not tested building Scribe with other earlier versions of Boost. But maybe you can find a version of Boost that will not require you to upgrade your glibc.
-Anthony
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm having a lot of problem compiling scribe on CentOS 5.
scribe 2.0 require boost 1.36 or above, but in order install boost, i need to upgrade glibc to 2.9 from 2.5
CentOS 5 is build for glibc 2.5, upgrading it to 2.9 will pretty much destroy the distro...
anybody have any ideas??
I have successfully built Scribe with Boost v1.33. I only had to change 1 line in file.cpp. The call to filename() needs to be replaced with a call to leaf() due to a boost api name change. I have not tested building Scribe with other earlier versions of Boost. But maybe you can find a version of Boost that will not require you to upgrade your glibc.
-Anthony