免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: marion
打印 上一主题 下一主题

[Mail] RHEL4上安装基于postfix的全功能邮件服务器(全部使用目前最新源码包构建) [复制链接]

论坛徽章:
0
351 [报告]
发表于 2007-11-20 10:52 |只看该作者
楼主,请看一下以下错误发生的原因(suexec_log)

uid2525/postfix) gid(2525/2525) cmd: index.cgi

command not in docroot (/var/www/extsuite/extmail/cgi/index.cgi)

论坛徽章:
0
352 [报告]
发表于 2007-11-20 11:00 |只看该作者

回复 #350 hackerzyh 的帖子

我做下面的处理就可以编译通过了,但现在我打开ie出现500内部错误

ln -sv /usr/local/mysql/bin/mysql_config /usr/bin/mysql_config

论坛徽章:
0
353 [报告]
发表于 2007-11-20 11:08 |只看该作者
原帖由 s001 于 2007-11-20 11:00 发表
我做下面的处理就可以编译通过了,但现在我打开ie出现500内部错误

ln -sv /usr/local/mysql/bin/mysql_config /usr/bin/mysql_config



这个我就不清楚了。


你有没有看到我的那个问题。我也是新手,[Mon Nov 19 22:37:00 2007] [notice] Apache/2.0.52 (Red Hat) configured -- resuming normal operations
[Mon Nov 19 22:37:19 2007] [error] [client 192.168.0.49] /usr/bin/perl: symbol lookup error: /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBD/mysql/mysql.so: undefined symbol: DBIc_TRACE_LEVEL, referer: http://ext.kingjava.vicp.net/extmail/cgi/index.cgi
[Mon Nov 19 22:37:19 2007] [error] [client 192.168.0.49] Premature end of script headers: index.cgi, referer: http://ext.kingjava.vicp.net/extmail/cgi/index.cgi
   

登陆不了extmail,错误日志如上。

论坛徽章:
0
354 [报告]
发表于 2007-11-20 12:26 |只看该作者

回复 #348 hackerzyh 的帖子

[Mon Nov 19 22:37:00 2007] [notice] Apache/2.0.52 (Red Hat) configured -- resuming normal operations
[Mon Nov 19 22:37:19 2007] [error] [client 192.168.0.49] /usr/bin/perl: symbol lookup error: /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBD/mysql/mysql.so: undefined symbol: DBIc_TRACE_LEVEL, referer: http://ext.kingjava.vicp.net/extmail/cgi/index.cgi
[Mon Nov 19 22:37:19 2007] [error] [client 192.168.0.49] Premature end of script headers: index.cgi, referer: http://ext.kingjava.vicp.net/extmail/cgi/index.cgi
   
登陆不了extmail,错误日志如上。



Maybe you use a newer DBD::mysql module,but relative older DBI module,Update DBI module to the newest version and the problem is solved.

论坛徽章:
0
355 [报告]
发表于 2007-11-20 12:28 |只看该作者

回复 #347 s001 的帖子

问一下楼主,在装courier-authlib-0.93时,configure 的时候告诉没有mysqlclient.so文件,错误出在哪里?我是按照楼主的配置文件作的。


这个只需要将mysql的bin目录输出至$PATH即可,方法如下:
export PATH=$PATH:/usr/local/mysql/bin

论坛徽章:
0
356 [报告]
发表于 2007-11-20 12:31 |只看该作者

回复 #346 MYSQLER 的帖子

这个貌似apache的问题,对于2.0,我也没有更多的处理经验,建议查一查相关文档。

论坛徽章:
0
357 [报告]
发表于 2007-11-20 17:24 |只看该作者
原帖由 marion 于 2007-11-20 12:26 发表



Maybe you use a newer DBD::mysql module,but relative older DBI module,Update DBI module to the newest version and the problem is solved.



问题已经解决,谢谢老兄

论坛徽章:
0
358 [报告]
发表于 2007-11-20 21:59 |只看该作者

回复 #1 marion 的帖子

configure: WARNING:
----------------------------------------------------------------------------
* I found a copy of pkgconfig, but there is no libart-2.0.pc file around.
  You may want to set the PKG_CONFIG_PATH variable to point to its
  location.
----------------------------------------------------------------------------

configure: WARNING:
----------------------------------------------------------------------------
* I could not find a working copy of libart-2.0. Check config.log for hints on why
  this is the case. Maybe you need to set LDFLAGS and CPPFLAGS appropriately
  so that compiler and the linker can find libart_lgpl_2 and its header files. If
  you have not installed libart-2.0, you can get it either from its original home on

     ftp://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/

  You can find also find an archive copy on

     http://oss.oetiker.ch/rrdtool/pub/libs

  The last tested version of libart-2.0 is 2.3.17.

       LIBS=-lm
   LDFLAGS=
  CPPFLAGS= -I/usr/include/libart-2.0

----------------------------------------------------------------------------

checking for zlibVersion in -lz... yes


我安装rrdtool的时候提示的错误,rrdtool版本是1.2.23.我系统上安装有libart2.3.16,我无法卸载现有的libart,因为关联到很多程序,请问marion有没有解决办法

论坛徽章:
0
359 [报告]
发表于 2007-11-21 09:32 |只看该作者
请教;
我的mail服务器发送给外网的邮件 可以正常接收到  
但是收不到外网发过来的邮件  
我怀疑跟main.cf的设置有关系 请问:mail.cf哪些项的设置跟接收外网发过来的邮件有关
谢谢

论坛徽章:
0
360 [报告]
发表于 2007-11-21 10:21 |只看该作者

回复 #358 hackerzyh 的帖子

……我安装rrdtool的时候提示的错误,rrdtool版本是1.2.23.我系统上安装有libart2.3.16,我无法卸载现有的libart,因为关联到很多程序,请问marion有没有解决办法


为什么要卸载libart?文章中已经说明的是一定要安装libart和libart-devel。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP