Install Atlas in CentOS 6
作者: 曲文庆 日期: 2014-03-12 12:01
wget ftp://sourceware.org/pub/libffi/libffi-3.0.13.tar.gz
tar zxvf libffi-3.0.13.tar.gz
cd libffi-3.0.13
./configure
make -j
make install
cd ..
wget http://ftp.gnome.org/pub/gnome/sources/glib/2.38/glib-2.38.2.tar.xz
xz -d glib-2.38.2.tar.xz
tar xvf glib-2.38.2.tar.xz
cd glib-2.38.2
ll
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
./configure
make -j
make install
ldconfig
cd ..
unzip Atlas-master.zip
cd Atlas-master
bootstrap.sh
#一定用用bootstrap.sh或者里面的命令参数做configure,直接configure编译后运行报错
make -j
make install
评论: 0 |
引用: 0 |
阅读: 5354
MySQL 5.6 Warning - Using a password on the command line interface can be insecur 解决方案 (2015-04-23 11:52)
Converting HEAP to MyISAM (2014-10-30 19:06)
MySQL Error 2006 MySQL server has gone away原因分析 (2014-10-29 16:55)
centos raid recheck runs every week (2014-09-09 11:36)
CentOS6上安装部署git1.8 (2013-03-13 15:49)
在 windows 2008 R2 Hyper-V 下安装 CentOS 6 (2012-11-26 16:56)
CentOS 安装 socket5 代理服务器 (2012-10-24 15:00)
CentOS 6 网卡 bonding (2012-10-20 11:31)
CentOS 6 下 samba 3.6 安装事项 (2012-10-20 10:57)