码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
How to configure Gzip for JBoss?---refer
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
Ubuntu 下 mysql 卸载后重安装时遇到的问题
卸载mysql报错解决方法1dpkg:errorprocessingmysql-server(--configure):dependencyproblems-leavingunconfiguredstart:Jobfailedtostartinvoke-rc.d:initscriptmysql,ac...
分类:数据库   时间:2014-08-25 01:09:33    阅读次数:314
linux下的软件包安装
linux下安装软件包有两种方法:源文件编译安装(source)和rpm 安装。1.源文件包安装的通用方法。 一般安装源代码的程序你得要看它的README,一般在它的目录下都有的。01.配置: 构建应用的第一步就是执行configure脚本,该脚本位于程式源文件的主目录下: [root@localh...
分类:系统相关   时间:2014-08-24 23:43:13    阅读次数:353
Android系统开发(4)——Autotools
Autotools工具的构成1、autoscanautoscan是用来扫描源代码目录生成configure.san文件的,configure.san包含了系统配置的基本选项,里面都是一些宏定义,我们需要将它的名字改为configure.in2、aclocalaclocal是一个perl脚本程序。ac...
分类:移动开发   时间:2014-08-24 16:36:02    阅读次数:294
gcc configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0
从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
Android系统开发(4)——Autotools
Autotools工具的构成1、autoscanautoscan是用来扫描源代码目录生成configure.san文件的,configure.san包含了系统配置的基本选项,里面都是一些宏定义,我们需要将它的名字改为configure.in2、aclocalaclocal是一个perl脚本程序。aclocal根据configure.in文件内容自动生成aclocal.m4文件,生成的aclocal...
分类:移动开发   时间:2014-08-24 14:14:40    阅读次数:435
vaapi的编译--libva.a及i965_drv_video.a
一. 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
UBUNTU php 编译安装
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启动报错 undefined symbol: apr_array_clear
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+mysql5.0
安装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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!