码迷,mamicode.com
首页 >  
搜索关键字:libtool    ( 340个结果
LNMP一键安装脚本
#!/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 学习
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
mysql sysbench测试安装及命令
一、安装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 (32bit) + Nginx 1.8.0 + php-fpm 源码安装从零开始
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
Mac上编译Hadoop1.0.3出现的一些问题
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.04TLS下源码编译安装wireshark
一、环境以及一些源码说明系统: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 MySQL编译安装到CentOS6.5
下载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 系统上手动编译yaws (dibian 系统 基本相同)
因为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
CentOS6.5编译安装MySQL5.5
安装依赖包: 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
ar命令提取.a时刻,一个错误 is a fat file (use libtool(1) or lipo(1) and ar(1) on it)
在减压.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
340条   上一页 1 ... 22 23 24 25 26 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!