码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
编译安装lamp
安装过程中所需要的软件:apr-1.5.1.tar.gzapr-util-1.5.4.tar.bz2httpd-2.4.10.tar.bz2mysql-5.5.33-linux2.6-x86_64.tar.gzphp-5.3.29.tar.bz2一.编译安装apache1.编译安装apr#tarzxvfapr-1.5.1.tar.gz #cdapr-1.5.1 #./configure--prefix=/usr/local/apr #make&&mak..
分类:其他好文   时间:2014-10-14 15:17:59    阅读次数:256
R语言使用遇到的问题
(1) R语言需要是用ODBC连接mysql数据库。需要编译RODBC报错如下:configure:1747: $? = 2configure:1770: checking for C compiler default output file nameconfigure:1774: $CC -o c...
分类:编程语言   时间:2014-10-14 14:53:58    阅读次数:313
解决git clone时报错:The requested URL returned error: 401 Unauthorized while accessing
版本问题,最直接的解决办法就是重新编辑安装git吧: 1. 下载:# wget -O git.zip https://github.com/git/git/archive/master.zip 2. 解压:# unzip git.zip 3. 进入git目录:# cd git-master 4. 编译安装: # autoconf # ./configure --prefix=/us...
分类:数据库   时间:2014-10-14 14:41:28    阅读次数:565
编译安装httpd-2.4.4
一、编译安装apache1、解决依赖关系httpd-2.4.4需要较新版本的apr和apr-util,因此需要事先对其进行升级。升级方式有两种,一种是通过源代码编译安装,一种是直接升级rpm包。这里选择使用编译源代码的方式进行(1)编译安装aprtarxfapr-1.4.6.tar.bz2cdapr-1.4.6./configure--pre..
分类:Web程序   时间:2014-10-14 05:16:38    阅读次数:319
linux+php5.1.6+mysql5.0.2+apache2.0.55安装配置说明(转)
linux+php5.1.6+mysql5.0.2+apache2.0.55安装配置说明:一、mysql5.0.2的安装配置过程及说明:1、#tar -zvxf mysql-5.0.2-alpha.tar.gz2、cd mysql5.0.23、./configure --prefix=/usr/lo...
分类:数据库   时间:2014-10-13 19:11:27    阅读次数:286
centos7 nginx前端 apache后端 及多站点简单配置
cd/usr/local/src wgethttp://nginx.org/download/nginx-1.7.6.tar.gz tar–xvfnginx-1.7.6.tar.gz cdnginx-1.7.6 ./configure--prefix=/usr/local/nginx--with-http_stub_status_module--with-http_ssl_module--with-pcre makemakeinstall vi/usr/local/nginx/conf/nginx.con..
分类:Web程序   时间:2014-10-13 17:47:30    阅读次数:552
SQL语句学习笔记
从外部EXCEl文件导入sqlserver数据库操作命令exec sp_configure 'show advanced options',1reconfigureexec sp_configure 'Ad Hoc Distributed Queries',1reconfiguregoselect ...
分类:数据库   时间:2014-10-13 16:09:29    阅读次数:229
Ansible@一个高效的配置管理工具--Ansible configure management--翻译(八)
如无书面授权,请勿转载第四章,大型项目中Ansible的使用RolesIf your playbooks start expanding beyond what includes can help you solve, or youstart gathering a large number of ...
分类:其他好文   时间:2014-10-13 14:40:59    阅读次数:336
做uart 实验时,run configure 只能选择jtag_uart 而没有uart
使用的是nios ii 13 版本。直接在nios 软件上运行时程序能够执行,其中已经配置了stdin stderr stdout为jtag_uart。run configure 里面的byte stream device 自动选择jtag_uart。改变程序与stdin stdout stderr...
分类:其他好文   时间:2014-10-13 01:05:18    阅读次数:390
RMAN-FORMAT-CONFIGURE及动态性能表
一、FORMAT参数在备份过程中,可指定format参数来自定义备份片段的命令规则,比如: RMAN> BACKUP DATABASE FORMAT 'D:\BACKUP\%U';RMAN> backup database format 'D:\backup\%U%';启动 backup 于 12-...
分类:其他好文   时间:2014-10-12 21:46:28    阅读次数:271
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!