#mkdir/home/mysql_servers/mysql330{7,8,9}-p#useradd-gmysqlmysql3307-s/bin/nologin-d/home/mysql_servers/mysql3307#tarxfmysql.tar.gz#cdmysql/#./configure--prefix=/home/mysql_servers/mysql3307#make#makeinstall#cpmysql3307/share/mysql/my-medium.cnfmysql3307/my...
分类:
数据库 时间:
2014-11-06 02:14:14
阅读次数:
192
今天在服务器上安装bind9.9.2的时候,gcc和gcc-c++已经安装过了,但是./configure的时候还是报错: checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_...
分类:
其他好文 时间:
2014-11-05 22:50:34
阅读次数:
269
1. MinGW(TDM)出了64位的gcc,4.8.1,64位对编译64位的程序非常友好,但是对编译32位程序就需要做额外的工作了。
2. 比如用windres编译manifest,64位环境下默认是不行的,带configure或makefile的即使加了-m32都不会自动对windres设置为编译32位的。
这里就需要在configure或make增加一些参数了....
编译german时提示缺少boost:checking for boostlib >= 1.39... configure: We could not detect the boost libraries (version 1.39 or higher). If you have a staged ...
分类:
其他好文 时间:
2014-11-04 19:23:33
阅读次数:
254
./configure --with-features=huge --enable-fontset --enable-gui=gtk2 --enable-multibyte --enable-pythoninterp --enable-rubyinterp --enable-perlinterp -...
分类:
系统相关 时间:
2014-11-04 19:00:03
阅读次数:
257
Autofac创建实例的方法总结 1、InstancePerDependency对每一个依赖或每一次调用创建一个新的唯一的实例。这也是默认的创建实例的方式。官方文档解释:Configure the component so that every dependent component or cal....
分类:
其他好文 时间:
2014-11-04 12:46:53
阅读次数:
189
即插即用支持ntfs下载:http://pan.baidu.com/s/1bn0DZEB$tarntfs-3g_ntfsprogs-2014.2.15.tgz
$cdntfs-3g_ntfsprogs
$su
#./configure
#make
#makeinstall即插即用方法:新增文件#vi/sbin/mount.ntfs内容如下:#!/bin/bash
exportLANG=en_US.UTF-8
exec/sbin/mount.ntfs-3g"$@..
分类:
移动开发 时间:
2014-11-04 09:30:01
阅读次数:
175
sz rz安装yum自动安装:yum install lrzszrsync安装#tar zxvf rsync-3.1.0.tar.gz#cd rsync-2.6.9#./configure --prefix=/usr/local/rsync#make#make install
分类:
其他好文 时间:
2014-11-03 23:53:21
阅读次数:
200
定位到以下Powershell 目录:C:\Program Files\Microsoft\Exchange Server\V15\Scripts\,执行如下命令:.\Configure-EnterprisePartnerApplication.ps1-AuthMetaDataUrl 'https://pool.XXXX.cn/metadata/json/1'-ApplicationType Ly...
分类:
其他好文 时间:
2014-11-03 22:29:54
阅读次数:
228
报错内容:configure: error: mcrypt.h not found. Please reinstall libmcrypt网上搜索了非常多,包含自带的 yum install libmcrypt libmcrypt-devel,这个是没有效果的。去SourceForget下载libm...
分类:
Web程序 时间:
2014-11-03 20:47:12
阅读次数:
297