码迷,mamicode.com
首页 >  
搜索关键字:.configure    ( 6481个结果
Eclipse+PyDev
参考: http://www.crifan.com/eclipse_install_plugin_pydev/参考:http://www.crifan.com/eclipse_configure_newly_installed_plugin_pydev/=======================...
分类:系统相关   时间:2014-08-17 22:33:02    阅读次数:208
Centos安装nginx服务
到http://nginx.org/en/download.html下载最新版本的Nginx并安装. 一 下载并安装pcre库ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/    tar zxvf pcre-8.30.tar.gz    ./configure     make    make install 二 安装opens...
分类:其他好文   时间:2014-08-16 17:10:50    阅读次数:412
通过rsync实现数据备份
1、Server端下载rsync-3.1.1pre2.tar.gz#tarzxvfrsync-3.1.1pre2.tar.gz#cd./rsync-3.1.1pre2#./configure--prefix=/usr/local/rsync#make&&makeinstall#vim/etc/rsyncd.conf uid=nobody gid=nobody usechroot=no maxconnections=10 strictmodes=yes pidfile=/var/run/..
分类:其他好文   时间:2014-08-15 18:03:49    阅读次数:212
DNS(四)--DNS编译安装
Bind的编译安装大多以tar.gz和tar.bz2打包软件,大多是通过./configure;make;makeinstall来安装的;有的软件是直接make&&makeinstall,我们可以通过./configure——help来查看配置软件的功能;大多软件是提供./configure配置软件的功能的;少数的也没有,如果没有的..
分类:其他好文   时间:2014-08-15 02:46:48    阅读次数:293
L9-1-安装Apache
一、安装Apache服务器: 安装apr [root@OCP soft]# tar -zxf apr-1.5.1.tar.gz [root@OCP apr-1.5.1]# ./configure --prefix=/usr/local/apr make make install 查看httpd是否已...
分类:其他好文   时间:2014-08-15 01:17:26    阅读次数:305
OCP读书笔记(24) - 题库(ExamD)
301.Which command is used to configure RMAN to perform a compressed backup for every backupexecuted?A. BACKUP AS COMPRESSED BACKUPSET DATABASEB. BACKU...
分类:其他好文   时间:2014-08-14 23:22:36    阅读次数:393
ubuntu 12.04 server 安装nginx
下载源码:wgethttp://nginx.org/download/nginx-1.6.1.tar.gz解压,编译安装./configure./configure:error:theHTTPrewritemodulerequiresthePCRElibrary.Youcaneitherdisablethemodulebyusing--without-http_rewrite_moduleoption,orinstallthePCRElibraryintothesystem,orbui..
分类:其他好文   时间:2014-08-14 20:59:19    阅读次数:388
Java工程图标前面的红色叹号
有时Java工程图标前面会出现一个红色的叹号,这是因为工程引入的jar包不存在(或者被删除、移动)造成的。右键点击工程,选择Build Path->Configure Build Path,弹出的窗口中可以看见带红叉的jar包即是不存在的jar包。解决的办法是选中该文件,再点击右侧的Edit按钮,为...
分类:编程语言   时间:2014-08-14 15:50:58    阅读次数:233
LAMP平台 ,MySQL、httpd、php安装
LAMP平台编译安装apache解决依赖关系安装apr编译安装apr-util安装pcre-devel软件包。使用命令yuminstallpcre-devel-y编译安装httpd-2.4.9#tarxfhttpd-2.4.9.tar.bz2#cdhttpd-2.4.9#./configure--prefix=/usr/local/apache--sysconfdir=/etc/httpd2.4--enable-so--enable-ssl--e..
分类:数据库   时间:2014-08-14 03:52:38    阅读次数:400
ffmpeg 中添加264支持
下载ffmpeg代码合x264代码,ffmpeg代码:http://ffmpeg.org/x264代码:http://www.videolan.org/developers/x264.htmlcdx264./configure--enable-staticmakemakeinstallcdffmpeg./configure--prefix=/usr/local/ffmpeg--enable-libx264--enable-gpl--disable-yasm--enable-shar..
分类:其他好文   时间:2014-08-13 19:26:17    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!