procmail
[Top] [All Lists]

Re: Procmail + Spamassassin Installation.

2002-09-04 11:59:35
Bingo - that worked!

Thanks again.

Jim

At 11:52 AM 9/4/02 -0600, Scott Wiersdorf wrote:
On Wed, Sep 04, 2002 at 10:11:49AM -0700, Jim Rota wrote:
> Thanks Robert, Tony, Peter...
>
<snip>
>
> Now I have a Perl related question:
>
> Does anyone know how to change the Perl config to include a new library
> location?
> Or how to "move" the Time::Res files to an existing perl library?

Jim,

CPAN does a good job of installing things in the right place. If
you're not a Perl person, you can just type this:

    # perl -MCPAN -e 'install Time::HiRes'

and it will do the rest for you.

If you don't have cpan installed (e.g., an older installation of
Perl), do this:

    unpack Time::HiRes (e.g., gtar -zxvf Time-HiRes.tar.gz)
    cd into the archive
    perl Makefile.PL
    make
    make test
    make install

The 'make install' will copy everything for you into the right place.

Scott
--
Scott Wiersdorf
scott(_at_)perlcode(_dot_)org

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>