码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
php sockets扩展安装
php sockets扩展安装今天安装cacti发现需要php sockets扩展,而现在的lnmp没有安装,于是想到了phpzie工具安装扩展,安装方法如下:cd php-5.3.8/ext/sockets//usr/local/php/bin/phpize./configure --enable...
分类:Web程序   时间:2014-09-04 01:33:19    阅读次数:241
<摘录>如何在64位linux强制编译32位应用程序
GDC注:因为需要解决在linux64机上编译32位的mongodb(没办法,因为编译的php是32位,然后我想将mongdb扩展添加到php中),在网上搜了很多文章,感觉这篇好懂,而且好用。我使用的是方法一,具体为:> linux32 ./configure --with-php-config=/...
分类:系统相关   时间:2014-09-03 11:02:56    阅读次数:270
keepalived双机实现高可用和负载均衡
安装keepalived#./configure--sysconf=/etc--with-kernel-dir=/usr/src/kernels/2.6.32-358.el6.x86_64/&&make&&makeinstall #ln-s/usr/local/sbin/keepalived/sbin/ #chkconfigkeepalivedon修改网卡配置#vim/etc/sysconfig/network-scripts/ifcfg-lo:0 DEVICE..
分类:其他好文   时间:2014-09-02 18:08:35    阅读次数:210
源码安装Apache,报错:Cannot use an external APR with the bundled APR-util和httpd: Could not reliably determine the server's fully qualified domain name
一、解决APR和APR-util错误: 1.1、安装APR:[root@ganglia httpd-2.2.23]# cd srclib/apr[root@ganglia apr]# ./configure --prefix=/usr/local/apr root@ganglia apr]# ...
分类:其他好文   时间:2014-09-02 17:10:15    阅读次数:186
实习之bii--源码安装bind9
刚学习linux时安装过fctix小企鹅输入法,那个比这个安装还要复杂,不过在这里也写一写,还是用的./configure make makeinstall这套命令。不像fctix有些高版本开始用cmake了。。。1../configure出错,提示少openssl2.安装openssl3。安装.....
分类:其他好文   时间:2014-09-02 12:18:54    阅读次数:258
EntityManager 实例化方法
Configure the EntityManager via a persistence.xml file movieDatabase movieDatabaseUnmanaged org.superbiz.injection.jpa.Movie ...
分类:其他好文   时间:2014-09-02 11:57:24    阅读次数:731
shellinabox网页版的putty
shellinabox可以在网页上访问控制服务器安装wgethttp://shellinabox.googlecode.com/files/shellinabox-2.10.tar.gz#tar-zxvfshellinabox-2.10.tar.gz#cdshellinabox#./configure--preifx=/usr/local/shellinabox#make&&makeinstall默认监听的端口是4200关闭防火墙或者..
分类:Web程序   时间:2014-09-02 02:43:54    阅读次数:267
Log4j 2.0在开发中的高级使用详解—读取配置文件(六)
log4j中配置日志文件存放的位置不一定在src下面,即根目录下。这个时候我们需要解决如何加载配置文件的问题。在log4j1.x中解决的方法就比较多了。如:PropertyConfigurator.configure();和DOMConfigurator.configure ();这两种方法读取。而在log4j2.x当中,这两个类都已经不存在了。这个时候我们该如何去加载配置文件呢? 答案也很简单,就是log4j2.x的版本给我提供了ConfigurationSource和Configurator这两个类。我...
分类:其他好文   时间:2014-09-01 17:43:33    阅读次数:156
Nginx配置详解
安装nginx:yum-yinstallpcre*tar-zxvfnginx-1.6.0.tar.gzcdnginx-1.6.0/mkdir/usr/local/nginx/./configure--prefix=/usr/local/nginx/--with-http_stub_status_module#开启NginxStatus功能,监控nginx当前状态make&&makeinstall至此,安装完成配置nginx:usernobodyno..
分类:其他好文   时间:2014-09-01 15:49:04    阅读次数:285
Fusioncharts图表组件API参考方法(Functions)汇总篇(续)
[摘要]: chartType()FusionCharts的JavaScript类API提供了大量的功能。下面的列表显示在每个功能的详细信息: 一、FusionCharts的类 - 实例功能 1、configure(name:string , value:string) or configure(....
分类:Windows程序   时间:2014-09-01 13:48:23    阅读次数:415
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!