#!/bin/bash#INSTALLNginx+PHP5yum-yinstalllibxml2*libtool*pcre*gettext*DIR=`pwd`mkdir${DIR}/Tmp#VERSION=`cat/etc/redhat-release|awk‘{print$7}‘|cut-c1`VERSION=`lsb_release-r|awk‘{print$2}‘|cut-c1`cp-r/usr/local/src/install_nginx/mysql_x86_64/usr/local/mysqlJp..
分类:
其他好文 时间:
2015-11-05 00:57:39
阅读次数:
447
thrift安装:首先安装依赖yum -y install automake libtool flex bison pkgconfig gcc-c++ boost-devel libevent-devel zlib-devel python-devel ruby-devel openssl-deve...
分类:
其他好文 时间:
2015-11-03 17:39:04
阅读次数:
183
一、安装sysbench1.软件版本sysbench-0.4.12.72.编译安装1)编译配置#./configure--with-mysql-includes=/opt/mysql/include/--with-mysql-libs=/opt/mysql/lib/2)编译#make......../bin/sh../libtool--tag=CC--mode=linkgcc-pthread-g-O2-osysbenchsysbench.osb_timer.osb_op..
分类:
数据库 时间:
2015-11-01 11:28:33
阅读次数:
764
CentOS 6.5 minimal安装不再赘述Nginx源码安装1.安装wget下载程序yum -y install wget2.安装编译环境:gcc gcc-c++automake autoconf libtool makeyum -y install gcc gcc-c++ automake ...
分类:
Web程序 时间:
2015-10-28 20:49:46
阅读次数:
283
create-native-configure: [exec] configure.ac:47: error: possibly undefined macro: AC_PROG_LIBTOOL [exec] If this token and others are le...
分类:
系统相关 时间:
2015-10-27 17:22:22
阅读次数:
312
一、环境以及一些源码说明系统:ubuntu12.04TLS64位源码:wireshark-1.12.7.tar.bz2,libtool-2.4.6.tar.gz,libpcap-1.7.4.tar.gz安装路径:/opt/wireshark二、安装步骤1.首先安装一些依赖的工具以及库sudoapt-getupdate先更新下软件镜像站点sudoapt-getinstallflexsudoapt-get..
分类:
系统相关 时间:
2015-10-17 07:07:00
阅读次数:
230
下载percona-server-5.6.26-74.0.tar.gz利用yum安装一些必须的软件:yum-yinstallmakegccgcc-c++cmakebison-develncurses-develgcc\autoconf*automake*zlib*fiex*libxml*libmcrypt*libtool-ltdl-devel*\opensslopenssl-develncursescompat*mpfrcppglibcreadline-devel解压缩per..
分类:
数据库 时间:
2015-10-10 18:44:20
阅读次数:
359
因为kail 是基于 diban假设 已经是root 账号0.首先先安装几个编译用的库 a apt-get install automake yum install automake(在 centos 系统上 ) bsudo yum install libtool(这个其实automake 的...
分类:
其他好文 时间:
2015-10-04 23:28:37
阅读次数:
257
安装依赖包:
yum?-y?install?gcc*?gcc-c++*?autoconf*?automake*?zlib*?libxml*?ncurses-devel*?libgcrypt*?libtool*
安装cmake:
[root@localhost?usr]#?wget?http://www.cmake.org/files/v2.8/cma...
分类:
数据库 时间:
2015-09-29 23:43:18
阅读次数:
504
在减压.a当文件,据报一个类别似 xxx.a is a fat file (use libtool(1) or lipo(1) and ar(1) on it)的错误,经过查找资料,原来是由于该.a文件包括了多个cpu架构,比方armv7,armv7s等,此时能够用例如以下命令:lipo xx...
分类:
其他好文 时间:
2015-09-24 12:29:14
阅读次数:
293