码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
在Linux上编译安装php开发环境(install apache)-2
1、查看配置选项./configure-h2、配置Apache./configure--prefix=/usr/local/apache2\//指定Apache的安装位置 --sysconfdir/etc/httpd/\//指定Apache配置文件的存放位置 --with-z=/usr/local/zlib///指定zlib库文件的位置 --with-included-apr\//使用捆绑APR/APR_Util的副本 ..
分类:Web程序   时间:2015-02-03 19:43:42    阅读次数:176
编译apache时提示“APR not found”的解决方法
今日编译apache时出错: #./configure --prefix……检查编辑环境时出现: checking for APR... no configure: error: APR not found .  Please read the documentation 解决办法: 1.下载所需软件包: wget http://archive.apache.org/d...
分类:Web程序   时间:2015-02-03 17:10:11    阅读次数:152
openssl安装问题导致nginx添加ssl模块失败
问题:./nginx: undefined symbol: EVP_rc4_hmac_md5解决:1.openssl安装:./config --prefix=/user/local/ shared zlib-dynamicmakemake install2.nginx安装:./configure -...
分类:其他好文   时间:2015-02-03 17:04:00    阅读次数:331
Ubuntu12.1下独立安装PHP的扩张库
Ubuntu是一个在Linux界非常不错的系统  ,其中安装PHP非常普遍,那么如何独立安装PHP扩展库? 参考步骤如下: 1.进入php源码包下的ext;(这里PHP版本php-5.4.37,那扩展包gd库举例) zy@zy-virtual-machine:~/temp/php-5.4.37/ext$ cd gd 2.通过phpize工具生成configure脚本文件 zy@zy-...
分类:Web程序   时间:2015-02-03 15:06:09    阅读次数:186
hibernate中 list和iterator方法的区别
1.首先看两个例子来比较一下 (1)在用Query方法查询的时候,通过HQL语句来得到Query对象,并对Query对象进行操作,首先是用list方法获取到Query的List集合并输出 public void listQuery() {        Configuration configuration = new Configuration().configure();      ...
分类:Web程序   时间:2015-02-02 18:09:30    阅读次数:142
USING CHARLES FROM AN IPHONE
USING CHARLES FROM AN IPHONE从系统偏好->高级来查看ip地址即可To use Charles as your HTTP proxy on your iPhone you must manually configure the HTTP Proxy settings on ...
分类:其他好文   时间:2015-02-02 17:34:47    阅读次数:147
debian下安装mysql 5.1.34
#cd /usr/local/src# tar xvzf mysql-5.1.34.tar.gz# cd mysql-5.5.1.34配置和编译#chmod +x configure# ./configure --prefix=/usr/local/mysql --enable-local-infi...
分类:数据库   时间:2015-02-02 17:30:12    阅读次数:209
ios编译openssl指南
首先,openssl支持ios编译,这是毫无疑问的ios上的编译也无外乎configure make make install模式,但是有一些不同比如./Configure iphoneos-cross --openssldir="${cur_output}"configure要用Configure...
分类:移动开发   时间:2015-02-02 17:28:31    阅读次数:166
查看nginx.apache.mysql.php squid 编译参数
查看nginx服务的编译参数 /application/nginx/sbin/nginx -V [root@mode ~]# /application/nginx/sbin/nginx -V nginx version: nginx/1.2.1 built by gcc 4.1.2 20080704 (Red Hat 4.1.2-52) configure arguments: --us...
分类:数据库   时间:2015-02-02 16:01:06    阅读次数:218
virtualbox安装centos6.5碰到的问题
今天无聊用virtualbox安装centos6.5 , 自己笔记本vm撑不住, 用公司的试试virtualbox先安装快完成时 没有足够的内存配置kdump”(在英文界面下提示的是“insufficient memory to configure kdump”)出现这个提示, 解决办法, 按这篇....
分类:其他好文   时间:2015-02-02 15:36:08    阅读次数:436
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!