You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2011/03/03 01:32:58 UTC

[Spamassassin Wiki] Update of "RunningGa" by Darxus

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The "RunningGa" page has been changed by Darxus.
The comment on this change is: PGAPack.
http://wiki.apache.org/spamassassin/RunningGa?action=diff&rev1=4&rev2=5

--------------------------------------------------

  
  next, carry on with other steps from RescoreMassCheck (if that's what you're doing).
  
+ == PGAPack ==
+ To get garescorer to build with the above "make > make.out 2>&1" command on an Ubuntu Maverick machine, I installed the libpgapack-serial1 package, and ran:
+ {{{
+ mkdir -p /local/pgapack-1.0.0.1/lib
+ ln -s /usr/lib /local/pgapack-1.0.0.1/lib/sun4
+ mkdir -p /local/pgapack-1.0.0.1
+ ln -s /usr/include/pgapack-serial /local/pgapack-1.0.0.1/include
+ }}}
+ 
+ The first symptom you are likely to see of this problem is the error:
+ {{{
+ time: cannot run ./garescorer: No such file or directory
+ }}}
+