That's a missing perl module. You can find info about it here: http://www.cpan.org/modules/by-module/Net/Net-Server-0.84.readme And the module tarball itself, here: http://www.cpan.org/modules/by-module/Net/Net-Server-0.84.tar.gz - billn On Fri, 12 Jul 2002, Scott Henderson wrote: > I'm trying to set up a little spam filter called spampd to work > with postfix, but when I call it in an initialization script at > boot, it fails, and I get the following in var/log/messages. Can > anyone tell me what this means/what is missing? I'm clueless. > > Jul 12 11:06:46 smtp spampd: Can't locate Net/Server/PreFork.pm > in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux > /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux > /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl > /usr/lib/perl5/v endor_perl/5.6.1/i386-linux > /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .) at > /usr/bin/spampd line 27. > Jul 12 11:06:46 smtp spampd: BEGIN failed--compilation aborted at > /usr/bin/spampd line 27. > Jul 12 11:06:46 smtp spampd: spampd startup failed > Jul 12 11:06:46 smtp postfix: Starting postfix: > Jul 12 11:06:53 smtp postfix: succeeded > Jul 12 11:06:54 smtp postfix: > Jul 12 11:06:54 smtp rc: Starting postfix: succeeded > > (line 27 in the script -referenced above- looks like this): > use Net::Server::Prefork; > > TIA for any help! > > Scott > > ----------------------------- > Tired of Microsoft Windows? > Visit http://www.lycoris.com! > > ________________________________________________ > See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail. > > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >