安装google-perftools:#tar zxvf google-perftools-1.6.tar.gz#cd google-perftools-1.6#./configure#make#make install3.运行以下二行命令echo "/usr/local/lib" >/etc/ld...
分类:
其他好文 时间:
2014-09-26 22:54:38
阅读次数:
170
1、安装编译环境yum install -y gcc gcc-c++ make libtool bison ncurses-devel zlib-devel automake autoconf cmake2、编译MariaDBtar zxvf mariadb-***.tar.gzcd mariadb...
分类:
数据库 时间:
2014-09-26 18:23:38
阅读次数:
244
1,apache a)apache官网下载 .tar.gz 结尾的文件,并且通过ftp传送到liunx下自建的目录里面。 b)解压 tar -zxvf httpd-2.0.54.tar.gz,并mv将其重命名为 apach(随意) c) ./configure --prefix=/usr/local...
分类:
系统相关 时间:
2014-09-25 21:02:47
阅读次数:
245
下载并解压libmcrypt-2.5.8.tar.gz。在终端执行如下命令:tar zxvf libmcrypt-2.5.8.tar.gzcd libmcrypt-2.5.8/./configure --disable-posix-threads --enable-staticmakesudo ma...
分类:
Web程序 时间:
2014-09-25 16:08:49
阅读次数:
170
下载地址: http://mirrors.cnnic.cn/apache/zookeeper/zookeeper-3.3.6/zookeeper-3.3.6.tar.gz 解压:tar -zxvf zookeeper-3.3.6.tar.gz 进入zookeeper 解压目录: cd zookeeper-3.3.6/ 创建zookper 数据目录: ?...
分类:
其他好文 时间:
2014-09-25 04:50:58
阅读次数:
305
1.安装jdk7.x,参考上篇《Linux14.04安装JDK》2下载eclipse.tar3.sudo tar -zxvf eclipse-x-x-.tar.gzmv eclipse /etc/local4进入 /etc/local/eclipse,运行 ecipse
分类:
系统相关 时间:
2014-09-24 18:26:07
阅读次数:
166
1.下载jdk-7u5-linux-x64.tar.gz,2.解压一版有人会安装在e有人会安装在tc/local,etc/lib 或者opt等目录下。安装目录:etc/local解压到etc/local下命令:sudo tar zxvf jdk jd7u5-linux-x86k-.tar.gz /e...
分类:
系统相关 时间:
2014-09-24 18:07:07
阅读次数:
200
1、先安装apr、apr-util、pcre、openssl 安装aprtar zxvf apr-***.tar.gzcd apr-***/./configure --prefix=/usr/local/aprmake && make install 安装apr-utiltar zxvf apr.....
分类:
其他好文 时间:
2014-09-24 00:43:45
阅读次数:
273
# tar -zxvf aaa.tar.gztar: This does not look like a tar archivetar: Skipping to next headertar: Error exit delayed from previous errors解决办法# gzip -d ...
分类:
其他好文 时间:
2014-09-23 18:58:25
阅读次数:
230
1、下载地址:http://sourceforge.net/projects/php-screw/2、 tar zxvf php_screw_1.5.tar.gz cd php_screw_1.5 phpize ./configure make(注:这里因为环境不同可能会报错,请根据提示安...
分类:
Web程序 时间:
2014-09-23 15:14:34
阅读次数:
158