something is missing... need wizard

Cameron La Rue plug-discuss@lists.plug.phoenix.az.us
Fri, 12 Jul 2002 15:55:30 -0700


It means that perl can't find the PreFork.pm module. @INC is an array of
directories it's looking in. So you need to add
"/somedir/Net/Server/PreFork.pm" to the @INC array, or put the module
somewhere that's already in @INC.

Cameron
----- Original Message -----
From: "Scott Henderson" <boyhowdy@cyberspace.org>
To: <plug-discuss@lists.plug.phoenix.az.us>
Sent: Friday, July 12, 2002 2:59 PM
Subject: something is missing... need wizard


> 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
>