1、安装m4
sudoapt-get install m4
2、安装gmp
http://gmplib.org/ 下载gmplib
./configure
make
make check
sudo make install
3、安装pbc
http://crypto.stanford.edu/pbc/download.html 下载pbc
解压,安装
./configu...
分类:
系统相关 时间:
2015-01-09 19:22:25
阅读次数:
595
Linux 环境:CentOS 6.5
MySQL 版本:5.5.20,附下载地址:【点击下载】
1、安装cmake
MySQL从5.5版本开始,通过./configure进行编译配置方式已经被取消,取而代之的是cmake工具。
因此,我们首先要在系统中源码编译安装cmake工具。
下载 cmake
[root@ruxingli soft]# wget http://www.cma...
分类:
数据库 时间:
2015-01-09 19:20:21
阅读次数:
290
exec sp_configure 'show advanced options', '1';goreconfigure;goexec sp_configure 'clr enabled', '1'goreconfigure;exec sp_configure 'show advanced opti...
分类:
Web程序 时间:
2015-01-09 16:54:35
阅读次数:
240
Error info:Configure Security Store:execute the following commandoracle_common\common\bin\wlst.cmd@ $ORACLE_HOME\common\tools\configureSecurityStore.....
php 5.3.29编译安装排错:./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-mysql=/usr/local/mysql --with-mysqli=/usr/bin/m...
分类:
数据库 时间:
2015-01-09 12:05:02
阅读次数:
239
下载链接:http://php.net/downloads.phpphp-5.4.36.tar.gztarzxfphp-5.4.36.tar.gzcdphp-5.4.36./configure--prefix=/usr/local/php5.4--with-mysql=/usr/local/mysql--with-mysqli=/usr/bin/mysql_config--with-pdo-mysql=/usr/bin/mysql_config--with-openssl--enable-mbstr..
分类:
Web程序 时间:
2015-01-09 01:50:47
阅读次数:
157
错误1:Unable to execute dex: Multiple dex files define Landroid/support/v4/app/ActivityCompatHoneycomb;解决方法: 1、点击项目,右击选择build path 2、选择configure build p...
分类:
其他好文 时间:
2015-01-08 22:34:15
阅读次数:
224
编译PHP5.5 make 时出现错误 make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1 解决办法 这是由于内存小于1G所导致. 在./configure加上选项: --disable-fileinfo Disable fileinfo support 禁用 filein...
分类:
移动开发 时间:
2015-01-08 18:19:18
阅读次数:
789
configure作用:是源码安装软件时配置环境用的 他根据你的配置选项和你的系统情况生成makefile文件 为make 做准备最常用的参数: ./configure --prefix 作用:不指定prefix,则可执行文件默认放在/usr/local/bin,库文件默认放在/usr/local/...
分类:
系统相关 时间:
2015-01-08 16:56:08
阅读次数:
154
之前一直都是“纯手工”,一个一个符号慢慢敲的,现在编码量大了,自然效率也不能还停留在一个一个慢慢敲的时代。如何设置editplus中的自动补全功能?首先在Tools中找到Configure User Tools...,点击File选项下的Settings &&syntax,在File types中选...
分类:
Web程序 时间:
2015-01-08 16:53:01
阅读次数:
240