Re: [Mailman-Users] mailman install problem - Solaris

2007-01-23 Thread Hank van Cleef
The esteemed Piniella, David A has said: > > > > OK, for giggles, I updated python to 2.5 from 2.3.5, and now configure does > this: > > checking for group name "mailman"... Traceback (most recent call last): > File "conftest.py", line 1, in > import grp > ImportError: ld.so.1: python:

Re: [Mailman-Users] mailman install problem - Solaris

2007-01-23 Thread Mark Sapiro
Piniella, David A wrote: > >OK, for giggles, I updated python to 2.5 from 2.3.5, and now configure >does this: > >checking for group name "mailman"... Traceback (most recent call last): > File "conftest.py", line 1, in >import grp >ImportError: ld.so.1: python: fatal: libgcc_s.so.1: open fail

Re: [Mailman-Users] mailman install problem - Solaris

2007-01-23 Thread Mark Sapiro
Piniella, David A wrote: > >I did a make distclean, a new configure, patched, verified that my = >$prefix/pythonlib/ dir had no korean dir (a japanese dir though) and = >then make and make install and this is where it breaks: > >(a lot of listing and compiling, well after where it was breaking befo

Re: [Mailman-Users] mailman install problem - Solaris

2007-01-23 Thread Piniella, David A
OK, for giggles, I updated python to 2.5 from 2.3.5, and now configure does this: checking for group name "mailman"... Traceback (most recent call last): File "conftest.py", line 1, in import grp ImportError: ld.so.1: python: fatal: libgcc_s.so.1: open failed: No such file or directory

Re: [Mailman-Users] mailman install problem - Solaris

2007-01-23 Thread Piniella, David A
I did a make distclean, a new configure, patched, verified that my $prefix/pythonlib/ dir had no korean dir (a japanese dir though) and then make and make install and this is where it breaks: (a lot of listing and compiling, well after where it was breaking before and then ) Compiling /usr/l

Re: [Mailman-Users] some messages get treat as spam

2007-01-23 Thread Mark Sapiro
Peter Edley wrote: >I have an issue with a list I am running some messages sent to the list are >getting treat as spam by some users systems but not all of the messages are. > > > >There does not seem to be a pattern at this point in time, the messages I >know that have been treat as spam have co

Re: [Mailman-Users] mailman install problem - Solaris

2007-01-23 Thread Mark Sapiro
Mark Sapiro wrote: >Piniella, David A wrote: >> >>No dice, I tried that with gcc and yacc. Is there any way to just avoid >>the Japanese and Korean codecs packages' compilation, or to skip them >>entirely? I don't really need to host any lists in Japanese or Korean >>(or do these packages do somet

[Mailman-Users] some messages get treat as spam

2007-01-23 Thread Peter Edley
I have an issue with a list I am running some messages sent to the list are getting treat as spam by some users systems but not all of the messages are. There does not seem to be a pattern at this point in time, the messages I know that have been treat as spam have come from users using differe

Re: [Mailman-Users] mailman install problem - Solaris

2007-01-23 Thread Mark Sapiro
Piniella, David A wrote: > >No dice, I tried that with gcc and yacc. Is there any way to just avoid >the Japanese and Korean codecs packages' compilation, or to skip them >entirely? I don't really need to host any lists in Japanese or Korean >(or do these packages do something else?) This too is

Re: [Mailman-Users] mailman install problem - Solaris

2007-01-23 Thread Piniella, David A
No dice, I tried that with gcc and yacc. Is there any way to just avoid the Japanese and Korean codecs packages' compilation, or to skip them entirely? I don't really need to host any lists in Japanese or Korean (or do these packages do something else?) -Original Message- From: Mark Sap

Re: [Mailman-Users] mailman install problem

2007-01-23 Thread Piniella, David A
Hmmm, that didn't work. Same error about no cc... -Original Message- From: Hank van Cleef [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 4:52 PM To: Piniella, David A Cc: mailman-users@python.org Subject: Re: [Mailman-Users] mailman install problem The esteemed Piniella, D

Re: [Mailman-Users] mailman install problem - Solaris

2007-01-23 Thread Mark Sapiro
Piniella, David A wrote: >Thanks for you help, guys. Actually, I checked the Makefile in >/usr/local/mailman (my $prefix), and /usr/local/mailman/src/Makefile and >they both have CC=3D gcc. I have deleted the Makefiles, config.cache & >config.status, rerun ./configure (my specific options are --p

Re: [Mailman-Users] mailman install problem

2007-01-23 Thread Hank van Cleef
The esteemed Piniella, David A has said: > > I have actually already renamed the /usr/ucb/cc (to cc_old) and modified my > path (specifically for the install): > > bash-3.00# which gcc > /opt/csw/gcc3/bin/gcc > > bash-3.00# which cc > no cc in /usr/local/sbin /opt/csw/sbin /opt/sfw/sbin /opt/sb

Re: [Mailman-Users] mailman install problem

2007-01-23 Thread Piniella, David A
Thanks for you help, guys. Actually, I checked the Makefile in /usr/local/mailman (my $prefix), and /usr/local/mailman/src/Makefile and they both have CC= gcc. I have deleted the Makefiles, config.cache & config.status, rerun ./configure (my specific options are --prefix, --with-cgi-gid, --with-m

Re: [Mailman-Users] mailman install problem

2007-01-23 Thread Mark Sapiro
Piniella, David A wrote: >I have actually already renamed the /usr/ucb/cc (to cc_old) and modified my >path (specifically for the install): >I'm still getting the same "unable to execute cc" error. I really don't >understand it; would there be any cached info? Did you rerun configure (not j

Re: [Mailman-Users] mailman install problem

2007-01-23 Thread Piniella, David A
I have actually already renamed the /usr/ucb/cc (to cc_old) and modified my path (specifically for the install): bash-3.00# which gcc /opt/csw/gcc3/bin/gcc bash-3.00# which cc no cc in /usr/local/sbin /opt/csw/sbin /opt/sfw/sbin /opt/sbin /usr/sbin /sbin /usr/local/bin /usr/bin /opt/bin /bin /u

Re: [Mailman-Users] mailman install problem

2007-01-23 Thread Hank van Cleef
The esteemed Piniella, David A has said: > > Hi, > > I'm trying to install mailman 2.1.9 on a Solaris 10 x86 machine and I'm > running into problems with "make install". > I have no cc installed, I am using GCC 3.4.5 which I've installed from > blastwave.org; python is 2.3.5. > > I've searched

Re: [Mailman-Users] mailman install problem

2007-01-23 Thread Piniella, David A
I don't see any obvious errors, but I don't know... bash-3.00# more config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:558: checking for --with-python configure:576: checking for python configure:612:

Re: [Mailman-Users] mailman install problem

2007-01-23 Thread Mark Sapiro
Piniella, David A wrote: > >I'm trying to install mailman 2.1.9 on a Solaris 10 x86 machine and I'm >running into problems with "make install". >I have no cc installed, I am using GCC 3.4.5 which I've installed from >blastwave.org; python is 2.3.5. > >I've searched the archives of the list and hit

[Mailman-Users] mailman install problem

2007-01-23 Thread Piniella, David A
Hi, I'm trying to install mailman 2.1.9 on a Solaris 10 x86 machine and I'm running into problems with "make install". I have no cc installed, I am using GCC 3.4.5 which I've installed from blastwave.org; python is 2.3.5. I've searched the archives of the list and hit up google to no avail, any

Re: [Mailman-Users] Mailman, postfix virtual domains and mysql

2007-01-23 Thread Leon Kolchinsky
> -Original Message- > From: Brad Knowles [mailto:[EMAIL PROTECTED] > Sent: Monday, January 22, 2007 8:02 PM > To: Peter Coolen; mailman-users@python.org > Subject: Re: [Mailman-Users] Mailman, postfix virtual domains and mysql > > At 3:24 PM +0100 1/22/07, Peter Coolen wrote: > > > Do