码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
Nginx安装
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
cmake安装MySQL
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
记录个人php编译安装
安装之前: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 非覆盖添加模块
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
源码编译Mysql
环境: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
php install
./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
xhprof
#官网下载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
hibernate 不能解析hibernate.cfg.xml 文件
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
源码安装 mysql5.1
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
CentOS-6.4 安装 PHP Memcached 扩展
一,安装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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!