puppetmaster启动失败,提示:Error: Could not configure routes from /etc/puppet/routes.yaml: Could not find terminus puppetdb for indirection facts安装以下软件即可:apt...
分类:
其他好文 时间:
2015-05-10 17:08:45
阅读次数:
458
1、configure,这一步一般用来生成 Makefile,为下一步的编译做准备,你可以通过在 configure 后加上参数来对安装进行控制,比如代码:./configure –prefix=/usr 意思是将该软件安装在 /usr 下面,执行文件就会安装在 /usr/bin (而不是默认的 /...
分类:
其他好文 时间:
2015-05-10 11:10:06
阅读次数:
121
cd/root/php-5.6.8/ext/mysqli/usr/local/php/bin/phpize./configure--with-php-config=/usr/local/php/bin/php-config--with-mysqli=/usr/local/mysql/bin/mysql_configmake&&makeinstall编辑/usr/local/php/lib/php.ini,增加如下内容:extension_dir="/usr/local/ph..
分类:
数据库 时间:
2015-05-10 01:13:01
阅读次数:
226
1.下载: wgethttp://www.keepalived.org/software/keepalived-1.2.15.tar.gz2.解压安装: yuminstallipvsadm tar-zxvfkeepalived-1.2.15.tar.gz cdkeepalived-1.2.15 ./configure--prefix=/usr/local/keepalived-1.2.15--disable-fwmark make&&makeinstall cd/usr/local..
分类:
其他好文 时间:
2015-05-09 20:32:16
阅读次数:
115
make all:编译程序、库、文档等(等同于make)make install:安装已经编译好的程序。复制文件树中到文件到指定的位置make unistall:卸载已经安装的程序。make clean:删除由make命令产生的文件make distclean:删除由./configure产生的文件make check:测试刚刚编译的软件(某些程序可能不支持)make installcheck:检...
分类:
其他好文 时间:
2015-05-09 19:05:24
阅读次数:
122
linux应用开发-Autotools
一 工具的使用
以一个案例为主,即打包一个hello的程序
1 编写hello.c
2 autoscan
3 改configure.scan后缀名为.ac
4 vi configure.ac 加上发行的信息和AM_INIT_AUTOMAKE(发行信息)和输出文件名(Makefile)
5 aclocal生成a...
分类:
系统相关 时间:
2015-05-09 10:21:39
阅读次数:
124
Controller Node:1. sudo apt-get install nova-api nova-cert nova-conductor nova-consoleauthnova-novncproxy nova-scheduler python-novaclient2. sudo vi /...
分类:
其他好文 时间:
2015-05-09 10:07:33
阅读次数:
134
Controller Node:1. sudo apt-get install glance python-glanceclient2. sudo vi /etc/glance/glance-api.confANDsudo vi /etc/glance/glance-registry.conf[da...
分类:
其他好文 时间:
2015-05-09 10:07:15
阅读次数:
202
Controller Node:安装认证服务:1. sudo apt-get install keystone2. sudo vi /etc/keystone/keystone.conf[database]# The SQLAlchemy connection string used to conn...
分类:
其他好文 时间:
2015-05-09 10:02:43
阅读次数:
125
Configure Visual Studio 2013 for debugging .NET frameworkIn order to configure Visual Studio 2013 do the following in the Tools -> Options -> Debuggin...
分类:
Web程序 时间:
2015-05-08 23:30:32
阅读次数:
148