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
GDC注:因为需要解决在linux64机上编译32位的mongodb(没办法,因为编译的php是32位,然后我想将mongdb扩展添加到php中),在网上搜了很多文章,感觉这篇好懂,而且好用。我使用的是方法一,具体为:> linux32 ./configure --with-php-config=/...
分类:
系统相关 时间:
2014-09-03 11:02:56
阅读次数:
270
安装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
一、解决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
刚学习linux时安装过fctix小企鹅输入法,那个比这个安装还要复杂,不过在这里也写一写,还是用的./configure make makeinstall这套命令。不像fctix有些高版本开始用cmake了。。。1../configure出错,提示少openssl2.安装openssl3。安装.....
分类:
其他好文 时间:
2014-09-02 12:18:54
阅读次数:
258
Configure the EntityManager via a persistence.xml file movieDatabase movieDatabaseUnmanaged org.superbiz.injection.jpa.Movie ...
分类:
其他好文 时间:
2014-09-02 11:57:24
阅读次数:
731
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中配置日志文件存放的位置不一定在src下面,即根目录下。这个时候我们需要解决如何加载配置文件的问题。在log4j1.x中解决的方法就比较多了。如:PropertyConfigurator.configure();和DOMConfigurator.configure ();这两种方法读取。而在log4j2.x当中,这两个类都已经不存在了。这个时候我们该如何去加载配置文件呢?
答案也很简单,就是log4j2.x的版本给我提供了ConfigurationSource和Configurator这两个类。我...
分类:
其他好文 时间:
2014-09-01 17:43:33
阅读次数:
156
安装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
[摘要]: chartType()FusionCharts的JavaScript类API提供了大量的功能。下面的列表显示在每个功能的详细信息: 一、FusionCharts的类 - 实例功能 1、configure(name:string , value:string) or configure(....