Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4149631
  • 博文数量: 447
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 5786
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-27 06:48
个人简介

读好书,交益友

文章分类

全部博文(447)

文章存档

2023年(6)

2022年(29)

2021年(49)

2020年(16)

2019年(15)

2018年(23)

2017年(67)

2016年(42)

2015年(51)

2014年(57)

2013年(52)

2012年(35)

2011年(5)

发布时间:2013-11-27 16:12:55

postfix 的安装程序postfix-install是一个shell脚本,他把程序放在了几个不同的位置/usr/sbin/postalias  /usr/sbin/postconf  /usr/sbin/postfix   /usr/sbin/postlock  /usr/sbin/postmap    /usr/sbin/postqueue/usr/sbin/postcat    /usr/sbin/postdrop .........【阅读全文】

阅读(3200) | 评论(0) | 转发(0)

发布时间:2013-11-27 10:30:58

最近把cpp代码从开发机放到编译机去,遇到了不少路径问题。安装boost的时候,其实很简单wget http://sourceforge.net/projects/boost/files/boost/1.54.0/boost_1_54_0.tar.gztar -xzvf boost_1_54_0.tar.gzcd boost_1_54_0./bootstrap.sh --prefix=/usr/local./b2 install --with=allboost库被安装在/usr/local/lib.........【阅读全文】

阅读(18475) | 评论(0) | 转发(0)

发布时间:2013-11-26 16:57:35

不知道为什么postfix没有pcre模块了。只好源码安装了先安装用户#groupadd -g 2525 postfix#useradd -g postfix -u 2525 -s /sbin/nologin -M postfix#groupadd -g 2526 postdrop#useradd -g postdrop -u 2526 -s /bin/false -M postdropmake的时候,加上make -f Makefile.init makefiles   &nb.........【阅读全文】

阅读(4254) | 评论(0) | 转发(0)

发布时间:2013-11-26 12:38:08

1 安装编译需要的软件包yum -y install  gcc gcc-c++ gcc-g77 autoconf automake zlib* fiex* libxml* ncurses-devel libmcrypt* libtool-ltdl-devel* make cmake 2 添加mysql用户组groupadd mysqluseradd -r -g mysql mysql3 默认情况下是安装在/usr/local/mysql mkdir -p /usr/local/mysql/chmod +w /usr/l.........【阅读全文】

阅读(4397) | 评论(0) | 转发(0)

发布时间:2013-11-14 18:17:21

每次发邮件postfix总是报告warning: dict_nis_init: NIS domain name not set - NIS lookups disabled,看了一下文档,main.cf中加了一条   alias_maps = hash:/etc/aliasesmain.cf中去掉 alias_maps = hash:/etc/aliases这行的注释......【阅读全文】

阅读(2268) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册