[Spambayes] optimal training ratio of spam/ham

Russ Foster russ_foster at comcast.net
Wed Nov 5 15:56:54 EST 2003


Yes, I'm trying to get SpamBayes installed on a RedHat 7.3 system.

My problem is getting the latest version of Python. Here's the 
output:

--

[root at orion Python-2.3.2]# ./configure
checking MACHDEP... linux2
checking EXTRAPLATDIR...
checking for --without-gcc... no
checking for --with-cxx=<compiler>... no
checking for c++... c++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... configure: error: cannot run 
C++ compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
[root at orion Python-2.3.2]#

--

Any ideas?

-r


On Mon, 3 Nov 2003, Neale Pickett wrote:
> I can only assume from this comment that you're using an RPM-based
> system.  You may have a better luck installing Python from source.  You
> can download the source tarball from python.org, untar it somewhere,
> then (as root):
> 
>   ./configure && make install
> 
> After a few minutes, you should have a working version of Python, which
> should be all you need to get SpamBayes installed.
> 
> Let me know how that goes :)




More information about the Spambayes mailing list