Hendrik Schaink wrote: > Starting 2 days ago, on our Debian mail server (qmail + qmail-scanner + > SpamAssassin) we appear unable to scan for viruses and spam following a > maintenance upgrade to Perl 5.8.3-3. We receive this error message: > "suidperl needs fd script". Googling did not yield any results. Can > anyone help translate this message into any kind of perl requirement?
check your spamassissin and other perl scripts for #! lines that explicitly specify the 'suidperl' command and change it to just 'perl'. looks like they changed it so that 'suidperl' is not to be invoked directly, instead the 'perl' executable will exec 'suidperl' if the original script file is setuid. Dave _______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

