Created
April 15, 2013 15:14
-
-
Save bububa/5388838 to your computer and use it in GitHub Desktop.
problems in install gearmand
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://mirrors.ustc.edu.cn/fedora/epel/5/i386/epel-release-5-4.noarch.rpm | |
rpm -ivh epel-release-5-4.noarch.rpm | |
yum -y -q 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 | |
yum -y -q install e2fsprogs-devel e2fsprogs | |
yum -y -q install gcc44 gcc44-c++ | |
export CC="gcc44" | |
export CXX="g++44" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment