Hi, You're right, sorry. My system is a FreeBSD 4.11-STABLE with: [EMAIL PROTECTED] pkg_info | egrep '^(amavisd-new|perl)' amavisd-new-2.3.3,1 Performance-enhanced daemonized version of amavis-perl perl-5.8.7 Practical Extraction and Report Language
bye, a On 9/14/05, Mark Martinec <[EMAIL PROTECTED]> wrote: > > FYI, this patch still needed by amavisd-new-2.3.3,1 on FreeBSD. > > > > -use Errno qw(ENOENT EACCES EAGAIN); > > > +use Errno qw(ENOENT EACCES EAGAIN ENODEV); > > > > - defined $ln || $!==0 || $!==EAGAIN > > > + defined $ln || $!==0 || $!==EAGAIN || $!==ENODEV > > Must be specific to your version of FreeBSD or Perl. > > The platform where amavisd-new is being developend is > running FreeBSD 5.4 and Perl 5.8.x (5.8.7 currently), > so I would be the first to notice such problems. > > Mark ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
