06/04/16 09:11:03
680ですが、
qmail-scannerのインストールで
pkgtools.conf で
MAKE_ARGS = {
'lang/perl5.8' => '-DENABLE_SUIDPERL',
'mail/qmail-scanner' => 'SUIDPERL=/usr/local/bin/perl QMAILSCAN_SPAMSTOS
UFFIX="spam" QMAILSCAN_LOCALDOMAINS="yyy.com" QMAILSCAN_NOTIFY="recips
,admin"',
}
という記述して
portinstall qmail-scanner するのですが
途中で
Testing suid nature of /usr/bin/perl...
Whoa - broken perl install found.
Cannot even run a simple script setuid
You will either have to correct this
or use the C-wrapper within the ./contrib dir
Error was:
Checking for setuid nature of perl install
What follows should be the UID of the qscand acount...
uid=98
See FAQ for further details
Hit RETURN to continue, Ctr-C to exit and fix:
といわれてしますのですが
どうすればよいのでしょうか?