Skip to content

Instantly share code, notes, and snippets.

@bububa
Created April 15, 2013 15:14
Show Gist options
  • Save bububa/5388838 to your computer and use it in GitHub Desktop.
Save bububa/5388838 to your computer and use it in GitHub Desktop.
problems in install gearmand
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