RE: [Mailman-Users] configure mailman on Solaris 8

2002-09-06 Thread George Crum
That is indeed my problem. gcrum@edo:9:29AM ? python ~:(pts/7) Python 2.2.1 (#1, Aug 23 2002, 16:58:39) [GCC 3.0] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import pwd Traceback (most recent call last): File "", line 1, in ? ImportError: No module name

Re: [Mailman-Users] configure mailman on Solaris 8

2002-09-06 Thread Richard Barrett
At 13:48 05/09/2002 -0700, George Crum wrote: >Hello, >I'm having trouble getting configure to run on a Solaris 8 server. Here is >the configure command that I issue and the resulting error. > >./configure --prefix=/export/home/mailman --with-mail-gid=25 >--with-cgi-gid=1004 > >checking for --wit

Re: [Mailman-Users] configure mailman on Solaris 8

2002-09-05 Thread Patrick Schoenfeld
Hi, > checking for --with-var-prefix... no > checking for --with-username... mailman > checking for mailman UID... Traceback (most recent call last): > File "conftest.py", line 1, in ? > import pwd, string > ImportError: No module named pwd > cat: cannot open conftest.out hmm... he seems ha

[Mailman-Users] configure mailman on Solaris 8

2002-09-05 Thread George Crum
Hello, I'm having trouble getting configure to run on a Solaris 8 server. Here is the configure command that I issue and the resulting error. ./configure --prefix=/export/home/mailman --with-mail-gid=25 --with-cgi-gid=1004 checking for --with-var-prefix... no checking for --with-username... mai