一、安装nginx时必须先安装相应的编译工具yum -y install gcc gcc-c++ autoconf automakeyum -y install zlib zlib-devel openssl openssl-devel pcre-devel 建立nginx 组groupadd -r ...
分类:
其他好文 时间:
2017-05-20 22:40:15
阅读次数:
276
为了让自己更加深入理解Linux整个系统架构及工作原理,最近通过LFS学习研究自制Linux系统。参考LFS简体中文7.7版本。 软件包及其功能: Acl 管理访问控制列表(ACL)的工具,用于定义文件和目录更细微粒的自主访问权。 Attr 管理文件系统的对象扩展属性的程序。 Autoconf 能根 ...
分类:
其他好文 时间:
2017-05-11 20:32:12
阅读次数:
453
[libtool]compileconfig.guessconfig.subdepcompinstall-shltmain.shmissing[automake]compileconfig.guessconfig.subdepcompinstall-shmissing$>autoreconfig-ivfconfigure.ac系统会从/usr/share/automake-1.11目录中复制config.guessconfig.sub到当前目录$>libtoolize-..
分类:
其他好文 时间:
2017-05-10 22:01:41
阅读次数:
216
[libtool]compileconfig.guessconfig.subdepcompinstall-shltmain.shmissing[automake]compileconfig.guessconfig.subdepcompinstall-shmissing$>autoreconfig-ivfconfigure.ac系统会从/usr/share/automake-1.11目录中复制config.guessconfig.sub到当前目录$>libtoolize-..
分类:
其他好文 时间:
2017-05-10 22:00:07
阅读次数:
231
通过shell 脚本 #!/bin/bash yum -y install wget pcre-devel openssl openssl-devel libtool gcc automake autoconf libtool make wget http://nginx.org/download/ ...
分类:
其他好文 时间:
2017-05-07 19:48:38
阅读次数:
215
登陆Linux 用户名:centos 密码:xxx 什么都不设置用的动态ip,每次开机,可能ip不一样 配置静态IP 查看client机的网络连接模式 查看DHCP分配网段 ip配置 解决通过ip能够访问网络,通过域名无法访问的问题。 关闭防火墙 Yum软件源 更换centos的软件源 使用yum进 ...
分类:
其他好文 时间:
2017-05-02 23:44:21
阅读次数:
1704
1.编译安装percona-xtrabackup yum -y install cmake gcc gcc-c++ libaio libaio-devel automake autoconf bzr \ bison libtool ncurses-devel ncurses5-devel zlib- ...
分类:
其他好文 时间:
2017-04-29 20:02:09
阅读次数:
202
一、安装依赖包 yum install autoconf.noarch yum install automake yum install libtool* yum install m4 yum install fuse* 二、写脚本 /root/wrapper_hdfs_fuse for jar i ...
分类:
其他好文 时间:
2017-04-25 00:53:28
阅读次数:
168
转自:http://blog.sina.com.cn/s/blog_87c063060101l25y.html 转载:http://blog.csdn.net/lcw_202/article/details/6661364 在编译构建性目标时(如 make vmlinux),顶层 Makefile ...
分类:
系统相关 时间:
2017-04-21 21:44:46
阅读次数:
307
系统ubutnu12.04 - php 5.2 通用步骤: 下载 对应php版本的扩展源码 解压并进入目录 执行phpize预编译(一般和php执行文件在一个目录) ./configure --with-php-config=php路径/php-config(如果出现错误安装autoconf) ma ...
分类:
数据库 时间:
2017-04-21 14:33:16
阅读次数:
191