接口十分简单,readline和addhistory:
#include
#include
#include
#include
#include
int main()
{
char* input, shell_prompt[100];
// Configure readline to auto-complete paths whe...
分类:
其他好文 时间:
2014-11-20 00:03:37
阅读次数:
184
yum install openssl openssl-develgroupadd mysqluseradd -g mysql -s /sbin/nologin -M mysqlchown -R mysql:mysql /usr/local/mysql./configure --prefix=/us...
分类:
数据库 时间:
2014-11-19 18:25:42
阅读次数:
192
1、前提条件是zabbix我们已经安装完成2、在官网我们下载msmtp的文件http://sourceforge.net/projects/msmtp/files/msmtp/1.4.32/msmtp-1.4.32.tar.bz2/downloadtarjxvfmsmtp-1.4.32.tar.bz2cdmsmtp-1.4.32./configure--prefix=/usr/local/msmtpmakemakeinstall3、下面开始安装M..
分类:
其他好文 时间:
2014-11-19 16:30:39
阅读次数:
4251
GCC源版本:4.4.6GCC目标版本:4.1.2操作系统:CentOSrelease6.5(Final)Kernel\ronan\mtar-zxvfgcc-4.1.2.tar.bz2 cdgcc-4.1.2 ./configure--prefix=/Disk/gcc make 报错: WARNING:`makeinfo‘ismissingonyoursystem.Youshouldonlyneeditifyoumodifieda`.texi‘or`.texinfo‘fil..
分类:
其他好文 时间:
2014-11-19 16:19:52
阅读次数:
631
如果安装后没有makeclean过,可以使用以下命令查看安装apache时的configure参数:cat/usr/local/apache2/build/config.nice如果apache的安装路径不是/usr/local/apache2,则需要先找到config.nice文件find/-nameconfig.nice
分类:
Web程序 时间:
2014-11-19 16:17:41
阅读次数:
203
MySQL自5.5版本以后,就开始使用CMake编译工具了,因此,你在安装源文件中找不到configure文件是正常的。很多人下到了新版的MySQL,因为找不到configure文件,不知道该怎么继续下去。有没有一篇可供参考的文章呢?...
分类:
数据库 时间:
2014-11-19 14:21:10
阅读次数:
274
在两个服务器都需要启用Ad Hoc Distributed Queries:
EXEC sp_configure 'show advanced options', 1
RECONFIGURE
EXEC sp_configure 'Ad Hoc Distributed Queries', 1
RECONFIGURE
然后就可以使用SQL内置函数访问:
SELECT *
F...
分类:
数据库 时间:
2014-11-19 10:56:58
阅读次数:
210
部署网站平台
安装MySQL
编译安装MySQL-5.1
# ./configure --prefix=/usr/local/mysql--with-charset=utf8 --enable-assembler --with-extra-charsets=all--with-plugins=all
1
2
3
4
5
...
分类:
其他好文 时间:
2014-11-19 01:50:00
阅读次数:
823
1、下载安装libmemcached
$ wget http://launchpad.net/libmemcached/1.0/0.44/+download/libmemcached-0.44.tar.gz
$ tar xvzf libmemcached-0.44tar.gz
$ cd libmemcached-0.44
$ ./configure
$ make
$ s...
分类:
系统相关 时间:
2014-11-18 13:34:17
阅读次数:
180
.├── aclocal.m4├── autoscan.log├── config.log├── config.status├── configure├── configure.in├── Makefile├── Makefile.am├── Makefile.in└── src ├── f...
分类:
系统相关 时间:
2014-11-18 13:27:15
阅读次数:
226