出错内容:configure: error: Don't know how to define struct flock on this system, set --enable-opcache=no
常见解决办法:
编辑/etc/ld.so.conf
根据系统,加入文件/etc/ld.so.conf,然后执行ldconfig,使其重新加载一次;
有时候,如果自己的libm...
分类:
Web程序 时间:
2015-05-08 22:11:57
阅读次数:
185
ts1.4编译通过后安装的目录:/share/tslib(文件系统根目录下)./configure--prefix=/share/tslib--host=arm-linuxac_cv_func_malloc_0_nonnull=yes--enable-inputapi=yesmakemakeinstallQTE3.3.8配置:设置环境变量exportQTDIR=/root/build_qt/qteexportLD_LIBRARY_PATH=$QTDIR..
分类:
其他好文 时间:
2015-05-08 11:11:16
阅读次数:
100
# example.conf: A single-node Flume configuration# Name the components on this agenta1.sources = r1a1.sinks = k1a1.channels = c1# Describe/configure t...
分类:
Web程序 时间:
2015-05-07 21:55:30
阅读次数:
140
目的:在arm-linux下编译可执行的ntpdate工具
尚未完成目标:未能整个源码包完整编译,所以无法生成ntpd服务端工具
操作步骤如下:
(0) 只编译客户端 ntpdate,不编译服务器端 ntpd
(1) ./configure --host=arm-none-linux-gnueabi --with-yielding-select=yes
(2) cd ntp-d...
分类:
系统相关 时间:
2015-05-07 20:29:31
阅读次数:
479
安装 gearmand 前先装一堆依赖,如下: (boost的版本需要大于 1.39) yum install boost-devel? yum install mysql-devel yum install gperf yum install libevent 安装好依赖后,执行 ./configure,然后 make 遇...
分类:
其他好文 时间:
2015-05-07 17:10:20
阅读次数:
374
安装php时的报错checking libxml2 install dir... nochecking for xml2-config path...configure: error: xml2-config not found. Please check your libxml2 installa...
分类:
其他好文 时间:
2015-05-07 15:49:57
阅读次数:
110
在安装gevent这个库的时候,首先要确定是否安装了libevent,通常情况下系统是不会自在的,所以要自己安装下载地址是:http://libevent.org/ 下载之后使用: ./configure -prefix=/usr make make install 确定安装...
分类:
系统相关 时间:
2015-05-06 23:11:28
阅读次数:
505
#!/bin/bash
cd/usr/local/src
#wgethttp://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.32.tar.gz
tar-zxvfpure-ftpd-1.0.32.tar.gz
cdpure-ftpd-1.0.32
./configure--prefix=/usr/local/pureftpd--without-inetd--with-altlog--with-puredb--with-throttlin..
分类:
其他好文 时间:
2015-05-06 18:19:59
阅读次数:
151
实验环境:hostnameipnginx192.168.1.241java1192.168.1.242java2192.168.1.2431.nginx+upstream安装[root@nginx~]#useraddnginx-s/sbin/nologin[root@nginxopt]#tarzxfpcre-8.34.tar.gz[root@nginxopt]#cdpcre-8.34[root@nginxpcre-8.34]#./configure[root@nginxpcre-8.34]#ma..
分类:
系统相关 时间:
2015-05-06 18:08:40
阅读次数:
213
【原因】 项目中存在导入包,在项目导入之后,classpath指向的包路径出现错误,即需要重新Bulidpath【解决方式】 右键项目名称 BuildPath —> Configure Build Path中,然后上面有几个选项卡找到 Libraries中 出现红色叉号的包为路径错误的包。到clas...
分类:
移动开发 时间:
2015-05-06 17:01:58
阅读次数:
119