码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
系统时间错误导致make命令实际在循环执行configure命令
特征屏幕轮番出现checking的字符基本可以确定系统时间是有问题: checking?for?--enable-universalsdk...?no? checking?for?--with-universal-archs...?32-bit? checking?MACHDEP...?linux2? checking...
分类:其他好文   时间:2015-07-18 22:53:10    阅读次数:580
RHEL/CentOS 6 (command line) Networking
RHEL/CentOS 6 does not configure network interfaces on default installation. Also, it is configured to use NetworkManager. To enable networking interf...
分类:Web程序   时间:2015-07-18 21:08:28    阅读次数:189
编译php的问题
1. 编译php时 “configure: error: Cannot find OpenSSL's libraries” 解决如下: sudo apt-get -y install openssl (ubuntu); sudo yum -y install openssl (centos)。 .....
分类:Web程序   时间:2015-07-18 18:30:18    阅读次数:194
Linux环境下cgi编写(httpd)
step1下载:ftp://ftp.gnu.org/gnu/cgicc/step2:tar xzf cgicc-X.X.X.tar.gz(用最新版本)cdcgicc-X.X.X./configure --prefix=/usr/var/www/html/testcgi.html:Test CGIcc...
分类:Web程序   时间:2015-07-18 07:03:20    阅读次数:339
centos,Python2.6升级2.7,安装pip
1.wget --no-check-certificate?https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tgz 2.tar -zxvf Python-2.7.10.tgz 3.cd Python-2.7.10 4. ./configure 5. make && make install 5....
分类:编程语言   时间:2015-07-17 21:12:01    阅读次数:193
编译gcc
wget http://mirrors.ustc.edu.cn/gnu/gcc/gcc-5.2.0/gcc-5.2.0.tar.gz tar xf gcc-5.2.0.tar.gz cd gcc-5.2.0 ./contrib/download_prerequisites mkdir build cd build ../configure --enable-bootstrap --enabl...
分类:其他好文   时间:2015-07-17 19:11:49    阅读次数:121
squid 2.7 配置与安装
1、准备安装包2、准备编译环境yum -y install gcc3、编译安装squid./configure \--prefix=/data/squid \--disable-internal-dns \--enable-forward-log \--enable-follow-x-forward...
分类:其他好文   时间:2015-07-17 18:15:51    阅读次数:154
Jenkins <2>: Configure Global Security
Configure Global SecurityJenkins本身提供了Jenkins 用户数据库,但是不完美,很多公司希望用公司的域名账户进行登录,这时,你就需要下载LDAP插件或者Active Directory插件,先将一下Active Directory插件的使用。(1) Jenkins-...
分类:其他好文   时间:2015-07-17 11:51:05    阅读次数:184
linux下查看服务器软件的编译参数
1、nginx编译参数: your_nginx_dir/sbin/nginx -V 2、apache编译参数: cat your_apache_dir/build/config.nice 3、php编译参数: your_php_dir/bin/php -i |grep configure 4、mys...
分类:系统相关   时间:2015-07-17 11:50:39    阅读次数:148
Netperf网络测试工具
Netperf网络测试工具一、安装部署wgetftp://ftp.netperf.org/netperf/netperf-2.6.0.tar.gz&&tarzxfnetperf-2.6.0.tar.gz&&cdnetperf-2.6.0./configure--prefix=/usr/local/netperf&&make&&makeinstallln-s/usr/local/netperf/bin/netperf/usr..
分类:Web程序   时间:2015-07-16 22:43:08    阅读次数:152
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!