Looks like you are missing the PreFork.pm in your perl modules. Most likely can be added by doing (as root) "perm -MCPAN -e 'install Net::Server::PreFork' " -dallas On Fri, 2002-07-12 at 15:59, 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