Re: install razor

Matt Kettler <[email protected]>
Newsgroups gmane.mail.spam.razor.user
Message-ID <[email protected]>
Ron Eggler wrote:
> Hi,
>  
> I'd like to install razor as support for spamassassin but I only get
> this:
> reg@linux <mailto:reg@linux>:~> su
> Password:
> linux:/home/reg #
> '/home/reg/Desktop/downloads/razor-agents-2.75/razor-agents-2.75/Makefile.PL'
> bash:
> /home/reg/Desktop/downloads/razor-agents-2.75/razor-agents-2.75/Makefile.PL:
> Keine Berechtigung


1) you MUST cd into the razor-agents directory before trying to build razor.

This is causing most of your problems, as the Makefile.PL script can't find the
other tarball files in your current directory.

2) usually you don't execute Makefile.PL directly, you pass it as a parameter to
perl.

Try this sequence after you su:

cd /home/reg/Desktop/downloads/razor-agents-2.75/razor-agents-2.75/
perl Makefile.PL
make
make install


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.