码迷,mamicode.com
首页 >  
搜索关键字:postfix 编译安装 cyrus sasl    ( 6922个结果
postfix报错信息汇总
postfix_编译时make:***[xsasl_cyrus_server.o]Error1make:***[update] //如果编译出错,检查出错情况,一般是有包忘了装,要不是参数路径错误; 【注释】: xsasl_cyrus_server.c:598:error:‘SASL_OK‘undeclared(firstuseinthisfunction) xsasl_cyrus_server.c:600:warning:fo..
分类:其他好文   时间:2014-07-02 06:24:31    阅读次数:1272
源码编译安装postfix
一、安装前的准备工作邮件依赖于DNS系统,所以安装postfix之前,要把DNS给弄好。如果系统有sendmail,需要把sendmail关掉#servicesendmailstop #chkconfigsendmailoff由于是编译安装postfix,所以如果有rpm的postfix,要删除掉,并且把postfix用户等信息也删除掉。因为我后面要..
分类:其他好文   时间:2014-07-02 06:21:07    阅读次数:283
编译安装-Subversion 1.8.5
下载地址:http://subversion.apache.org/download/#recommended-release@开头的行为注释,#开头的红色行为命令@下载tar包#wget http://mirrors.cnnic.cn/apache/subversion/subversion-1....
分类:其他好文   时间:2014-07-01 23:13:33    阅读次数:235
linux 下编译安装php
系统环境:CentOS 6.5 x86_64下载 PHP 源码包# wget http://cn2.php.net/distributions/php-5.5.9.tar.bz2# tar xf php-5.5.9.tar.bz2 -C /usr/local/src/添加 epel 源# rpm -...
分类:Web程序   时间:2014-07-01 12:34:21    阅读次数:268
源码编译安装MySQL5.6.12详细过程
1 下载安装包download tar.gzwget http://download.csdn.net/detail/mchdba/7545037?2 安装cmake软件包yum install cmake -y3 create account of mysqlgroupadd mysql           useradd -g mysql mysql           autoreconf...
分类:数据库   时间:2014-07-01 08:21:07    阅读次数:255
关于curl: (2) Failed Initialization
一开始是因为curl无法访问https网上说,要重新编译安装curl 我就下载.. ./configure make make install 结果出现 curl: (2) Failed Initialization 好吧,我整个人都跪了. 满世界找原因... 找到这个  It means that the curl binary is picking ...
分类:其他好文   时间:2014-07-01 08:07:03    阅读次数:545
linux软件包的安装之----源码编译安装
前提:必须装好前面说过的开发环境,rhel6上的3个开发包组Rhel5/centos5上面安装:1)DevelopmentTools(2)ServerPlatformDevelopment(3)DevelogmentlibrariesRhel6/centos6上面安装:1)DevelopmentTools(2)ServerPlatformDevelopment(3)DesktopPlatformDevelopment**由于tarba..
分类:系统相关   时间:2014-07-01 06:02:01    阅读次数:286
php扩展之 pdo_mysql.so
总结:新搭编译安装的 nginx+php+mysql环境,运行之前开发的项目遇到了没有安装pdo的问题 1.进入到php5的源码包里面,ext下面,找到pdo_mysql文件夹 首先执行:/usr/loca/php5/bin/phpize 2.进行编译。 ./configure --with-php-config=/usr/local/php5/bin/php-config --with-...
分类:数据库   时间:2014-06-30 10:05:01    阅读次数:216
apache/mysql/php编译安装及支持xcache和fastcgi方式运行
一、编译安装apache1、安装环境:yuminstallgccgcc-c++openssl-devellibtool-y2、安装apr、apr-util及pcretarjxfapr-1.5.1.tar.bz2cdapr-1.5.1./configure--prefix=/usr/local/aprmake&&makeinstalltarjxfapr-util-1.5.3.tar.bz2cdapr-util-1.5.3./configure--prefix=/..
分类:数据库   时间:2014-06-28 00:58:44    阅读次数:697
邮件服务器
邮件服务器邮件服务器是大型公司必备的一项,因为公司内部都需要依靠邮件来传输信息,邮件一般都采用POP3和SMTP服务,搭建服务的程序有很多,比较出名的微软,IMB都有自己的邮件服务软件,我们这里是在LINUX下建立邮件服务器,使用的是开源的postfix和dovecot分别来做为发邮件..
分类:其他好文   时间:2014-06-28 00:26:20    阅读次数:388
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!