码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
xubuntu14.04下编译pjsip及pjsua2 java
Run "./configure" without any options to let the script detect the appropriate settings for the host:$ cd pjproject$ ./configure...———————————————————...
分类:编程语言   时间:2014-12-05 01:52:31    阅读次数:539
【编译打包】nginx_1.6.2-1~precise.debian.tar.gz
为了满足定制的需求,修改了nginx官方的deb源码包,重新发布出来。编译参数./configure--prefix=/etc/nginx--sbin-path=/usr/sbin/nginx--conf-path=/etc/nginx/nginx.conf--error-log-path=/var/log/nginx/error.log--http-log-path=/var/log/nginx/access.log--p..
分类:其他好文   时间:2014-12-04 06:33:58    阅读次数:188
linux x64下编译libjpeg
下载libjpeg源码:http://www.ijg.org/,下载jpegsrc.v9a.tar.gz解压源码,命令:tar -zxvfjpegsrc.v9a,源码文件夹为jpeg-9a运行命令:./configure --prefix=jpeg-9a/release --enable-share...
分类:系统相关   时间:2014-12-03 23:13:35    阅读次数:278
boot代码init.s
bootloader启动代码;=========================================; NAME: 2440INIT.S; DESC: C start up codes; Configure memory, ISR ,stacks; Initialize...
分类:其他好文   时间:2014-12-03 18:41:20    阅读次数:266
php支持oracle oci编译参数
/configure--with-php-config=/usr/local/php/bin/php-config--with-oci8=shared,instantclient,/usr/lib/oracle/11.2/client/lib--with-curl要首先安装一下几个oracle包oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpmoracle-instantclient11.2-devel-11.2.0.4.0-1.x..
分类:数据库   时间:2014-12-03 14:30:03    阅读次数:156
安装libpng出现configure: error: ZLib not installed和 zlib自定义目录安装的情况下,编译libpng时找不到zlib的问题的解决办法
在CentOS5.4下安装libpng./configure --prefix=/usr/local/libpng提示:configure: error: ZLib not installed在装libpng之前,我先装了zlib。可为什么还是提示找不到呢?我接着查了资料,有文档说libpng不用c...
分类:其他好文   时间:2014-12-03 11:56:56    阅读次数:192
rsync在centos6.5和windows中的应用
一、rsync服务器安装可以通过rysnc的官方网站:http://rsync.samba.org可以从上面得到最新的版本进行编译安装[root@server~]#tarxvfrsync-3.1.1.tar.gz[root@server~]#cdrsync-3.1.1[root@serverrsync-3.0.9]#./configure--prefix=/usr/local/rsync[root@serverrsync-3.0.9]#ma..
分类:Windows程序   时间:2014-12-03 02:03:41    阅读次数:290
zabbix-2.2.0 vmware esxi之简单监控
上周升级了线上的zabbix版本到2.2.0,其中增加了简单监控vmareESXI功能,我觉得非常不错,下面说说我的监控步骤参考文档:https://www.zabbix.com/documentation/2.2/manual/vm_monitoring1.编译安装阶段要想支持vmware监控需要在./configure添加--with-libxml2和--with-libcurl其..
分类:系统相关   时间:2014-12-02 17:36:01    阅读次数:206
django中发送html邮件
settings.py文件中添加配置:EMAIL_HOST=‘smtp.163.com‘EMAIL_HOST_USER=‘username@163.com‘EMAIL_HOST_PASSWORD=‘password‘EMAIL_USE_TLS=True方法1:#-*-coding:utf-8-*- fromdjango.confimportsettings settings.configure() fromdjango.core.mailimportEmailMessage fromse..
分类:Web程序   时间:2014-12-02 17:35:36    阅读次数:221
php源代码安装常见错误与解决办法分享
错误:configure: error: libevent >= 1.4.11 could not be found解决:yum -y install libevent libevent-devel错误:configure: error: Please reinstall the mysql dis...
分类:Web程序   时间:2014-12-02 08:57:15    阅读次数:374
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!