nginx 安装执行时, 以下命令要写在一行上./configure --sbin-path=/usr/local/nginx/nginx --conf-path=/usr/local/nginx/nginx.conf --pid-path=/usr/local/...
分类:
其他好文 时间:
2015-05-17 12:03:58
阅读次数:
139
1、编辑脚本cmake_mysql_install.sh,输入以下内容:#!/bin/bash#下载并安装makeyum -y install gcc #排除错误:configure: error: in `/usr/local/src/make-4.1': configure: error...
分类:
数据库 时间:
2015-05-17 09:15:55
阅读次数:
245
安装之前:yum-yinstallcurl-devellibxml2-devellibpng-devellibmcrypt-devellibjpeg-developenssl-devel
wgetftp://mcrypt.hellug.gr/pub/crypto/mcrypt/attic/libmcrypt/libmcrypt-2.5.7.tar.gz
tar-zxvflibmcrypt-2.5.7.tar.gz
cdlibmcrypt-2.5.7
./configure--prefix=..
分类:
Web程序 时间:
2015-05-17 02:15:33
阅读次数:
241
nginx-V可以查看原来编译时都带了哪些参数原来的参数:--prefix=/usr/local/nginx添加的参数:--with-http_stub_status_module--with-http_ssl_module--with-http_realip_module步骤如下:
1.使用参数重新配置:
./configure--prefix=/usr/local/nginx-user=nobody-group=nobody-..
分类:
其他好文 时间:
2015-05-17 02:10:57
阅读次数:
209
环境:CentOS6.5[root@localhostsoftware]#yum-yinstallgccgcc-c++
[root@localhostsoftware]#tar-zxvfcmake-2.8.5.tar.gz
[root@localhostsoftware]#cdcmake-2.8.5
[root@localhostcmake-2.8.5]#./configure--prefix=/usr/local/cmake
···
CMakehasbootstrapped.Nowrungmak..
分类:
数据库 时间:
2015-05-17 02:10:22
阅读次数:
188
./configure --prefix=/home/allen.mh/local/php --with-gd=/home/allen.mh/local/gd --with-jpeg-dir=/home/allen.mh/local/jpeg --with-png-dir=/home/allen.m...
分类:
Web程序 时间:
2015-05-16 20:07:19
阅读次数:
119
#官网下载http://pecl.php.net/package/xhproftarzxf xhprof-0.9.2.tgzcdxhprof-0.9.2/extension/sudophpize./configure--with-php-config=/usr/local/php/bin/php-c...
分类:
其他好文 时间:
2015-05-16 20:06:57
阅读次数:
133
1、hibernate解析hibernate.cfg.xml文件时出现如下错误。org.hibernate.HibernateException:Couldnotparseconfiguration:/hibernate.cfg.xmlatorg.hibernate.cfg.Configuration.doConfigure(Configuration.java:1542)atorg.hibernate.cfg.Configuration.configure(Configuratio..
分类:
Web程序 时间:
2015-05-16 18:37:10
阅读次数:
116
shell> groupadd mysqlshell> useradd -g mysql mysqlshell> gunzip cd mysql-VERSIONshell> ./configure --prefix=/usr/local/mysqlshell> makeshell> make in....
分类:
数据库 时间:
2015-05-16 18:05:53
阅读次数:
114
一,安装Libmemcached#cd libmemcached-1.0.16#./configure -prefix=/usr/local/libmemcached -with-memcached=/usr/local/memcached/bin/memcached#make#make insta...
分类:
Web程序 时间:
2015-05-16 16:24:50
阅读次数:
157