Centos 5.8¶
A version of Boost >= 1.39 must be installed.
- Download epel-release-5-4.noarch.rpm (or suitable version) from http://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F
- Install the EPEL repo list using “rpm -Uvh epel-release-5-4.noarch.rpm”
- yum install boost141-devel
- ln -s /usr/include/boost141/boost/ /usr/include/boost
- export LDFLAGS=”-L/usr/lib64/boost141”
- export LD_LIBRARY_PATH=/usr/lib64/boost141:$LD_LIBRARY_PATH
- sudo yum install e2fsprogs-devel e2fsprogs
Then:
- yum install gcc44 gcc-c++
- export CC=”gcc44”
- export CXX=”g++44”
Compile and install:
./configure
make
sudo make install