Ron Eggler wrote:
> Hi,
>  
> I'd like to install razor as support for spamassassin but I only get
> this:
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>:~> 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
_______________________________________________
Razor-users mailing list
Razor-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/razor-users

Reply via email to