You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by sp...@incubator.apache.org on 2004/07/12 20:30:17 UTC

[SpamAssassin Wiki] Updated: RazorCantLocateNew

   Date: 2004-07-12T11:30:17
   Editor: 66.120.210.133 <>
   Wiki: SpamAssassin Wiki
   Page: RazorCantLocateNew
   URL: http://wiki.apache.org/spamassassin/RazorCantLocateNew

   added PERL5LIB detail

Change Log:

------------------------------------------------------------------------------
@@ -1,3 +1,13 @@
+= How does SpamAssassin find razor? =
+
+SA calls razor's perl code directly, thus it looks in perl's @INC. If perl can't find razor, SA can't; if perl can find razor, SA can. This is often a problem about setting PERL5LIB.  On a single user install, you may need a line like:
+
+{{{
+export PERL5LIB=$HOME/lib/perl5/:$HOME/lib/perl5/site_perl/5.8.3/:$PERL5LIB
+}}}
+
+For much more detail, see SingleUserUnixInstall.
+
 = Razor2 check fails with Can't locate object method "new" =
 
 This is unfortunately a more common problem than it should be, and it's not directly caused by SpamAssassin but by an unkempt perl installation.