syslog-ng每次启动都显示错误

大家! 在我的freebsd9.1中安装了syslog-ng之后,将它用于我的日志systerm。 每当我开始它显示一个错误:

Error opening plugin module; module='afuser', error='/usr/local/lib/syslog-ng/libafuser.so: Undefined symbol "endutent"' 

这是我的configuration文件。

  ############################################################################# # Default syslog-ng.conf file which collects all local logs into a # single file called /var/log/messages. # @version: 3.4 source s_net { udp(ip(0.0.0.0) port(514)); }; filter firewallfilter { program("haproxy"); }; template m_template { template("$MSGONLY\n"); template_escape(no); }; destination d_net_secure { file("/weblog/haproxy/$YEAR/$MONTH.$DAY/${R_HOUR}$(/ ${R_MIN} 5).log" template(m_template) create_dirs(yes)); }; log { source(s_net); filter (firewallfilter); destination(d_net_secure); }; 

我的系统信息:

  FreeBSD 9.1-BETA1 syslog-ng 3.4.0alpha3 Installer-Version: 3.4.0alpha3 Revision: ssh+git://[email protected]//var/scm/git/syslog-ng/syslog-ng-ose-- mainline--3.4#master#709ab1252920063e6d4d0d610ad5c1ee5ebdfb75 Compile-Date: Jul 27 2012 15:30:21 Available-Modules: afsocket,afsocket-notls,afsocket- tls,afsql,affile,afprog,afmongodb,csvparser,confgen,syslogformat,basicfuncs,dbparser,tfuuid Enable-Debug: on Enable-GProf: off Enable-Memtrace: off Enable-IPv6: off Enable-Spoof-Source: off Enable-TCP-Wrapper: off Enable-Linux-Caps: off Enable-Pcre: on 

我谷歌很多次,但没有答案。 有没有人可以告诉我,我的系统日志ng和我的freebsd有什么问题。

这是一个bug,现在不能使用usertty目的地。 它应该在Git中修复: https : //github.com/bazsi/syslog-ng-3.4/commit/ee6a3fac72ef72efe0656ef6ed65921720ae3866