Question:I think to try to speed up my Web App by reducing the size of transferred data. For example, in Nginx there is a special module. How to enabl...
分类:
其他好文 时间:
2014-08-25 20:57:24
阅读次数:
246
卸载mysql报错解决方法1dpkg:errorprocessingmysql-server(--configure):dependencyproblems-leavingunconfiguredstart:Jobfailedtostartinvoke-rc.d:initscriptmysql,ac...
分类:
数据库 时间:
2014-08-25 01:09:33
阅读次数:
314
linux下安装软件包有两种方法:源文件编译安装(source)和rpm 安装。1.源文件包安装的通用方法。 一般安装源代码的程序你得要看它的README,一般在它的目录下都有的。01.配置: 构建应用的第一步就是执行configure脚本,该脚本位于程式源文件的主目录下: [root@localh...
分类:
系统相关 时间:
2014-08-24 23:43:13
阅读次数:
353
Autotools工具的构成1、autoscanautoscan是用来扫描源代码目录生成configure.san文件的,configure.san包含了系统配置的基本选项,里面都是一些宏定义,我们需要将它的名字改为configure.in2、aclocalaclocal是一个perl脚本程序。ac...
分类:
移动开发 时间:
2014-08-24 16:36:02
阅读次数:
294
从svn checkout svn://gcc.gnu.org/svn/gcc/trunk拿了GCC的最新代码,打算编译了学东西习学习C++ 11的东西,结果在configure的时候出现例如以下问题:Building GCC requires GMP 4.2+, MPFR 2.3.1+ and M...
分类:
其他好文 时间:
2014-08-24 15:20:02
阅读次数:
303
Autotools工具的构成1、autoscanautoscan是用来扫描源代码目录生成configure.san文件的,configure.san包含了系统配置的基本选项,里面都是一些宏定义,我们需要将它的名字改为configure.in2、aclocalaclocal是一个perl脚本程序。aclocal根据configure.in文件内容自动生成aclocal.m4文件,生成的aclocal...
分类:
移动开发 时间:
2014-08-24 14:14:40
阅读次数:
435
一. libva.a的编译过程
(1)apt-get install libdrm-dev解决libdrm找不到的问题
(2)wayland-scanner问题
checking pkg-config is at least version 0.9.0... yes
checking for WAYLAND_SCANNER... no
configure: error: Pack...
分类:
Windows程序 时间:
2014-08-24 11:39:12
阅读次数:
1310
apt-get build-dep php5安装所需依赖包./configure --enable-opcache --prefix=/opt/php --with-apxs2=/usr/bin/apxs2 --with-mysql=mysqlnd --with-mysqli=mysqlnd --w...
分类:
Web程序 时间:
2014-08-23 16:39:11
阅读次数:
304
Apache服务启动报错[root@localhost]#servicehttpdstarthttpd:Syntaxerroronline162of/etc/httpd.conf/httpd.conf:Cannotloadmodules/mod_dir.sointoserver:/usr/local/apache2/modules/mod_dir.so:undefinedsymbol:apr_array_clear解决办法:将./configure选项的--with-apr替..
分类:
其他好文 时间:
2014-08-22 18:12:00
阅读次数:
187
安装apache[root@centos64x64ctyun]#tarzxfhttpd-2.2.17.tar.gz[root@centos64x64ctyun]#cdhttpd-2.2.17[root@centos64x64httpd-2.2.17]#./configure--prefix=/application/apache2.2.17--enable-deflate--enable-expires--enable-headers--enable-modules=most--enable-so--wi..
分类:
数据库 时间:
2014-08-22 18:10:59
阅读次数:
233