[Mailman-Users] Mailman install - biblematters.net

2015-04-23 Thread Dr. Mikeal Hughes
Ok here is the way I have the program set up. I have another website I run on this server - www.mikealrhughes.com that is working fine. So I assumed that the mailman install has to go through the etc/apache2/sites-enabled/ In there I have a biblematters.net.conf and a mikealrhughes.com.conf. I a

Re: [Mailman-Users] mailman install problems (syntax error atline1:`; ' unexpected)

2010-08-07 Thread Mark Sapiro
CJ Keist wrote: >Running the bash command came back to the prompt with no errors. > > >On 8/7/10 10:26 AM, Mark Sapiro wrote: >> bash -c 'for p in ; do echo Huh? $p ; done' That's the expected result. Per your immediately previous post, it seems the issue was some incompatibility with a specifi

Re: [Mailman-Users] mailman install problems (syntax error atline1:`; ' unexpected)

2010-08-07 Thread CJ Keist
Running the bash command came back to the prompt with no errors. On 8/7/10 10:26 AM, Mark Sapiro wrote: bash -c 'for p in ; do echo Huh? $p ; done' -- C. J. Keist Email: cj.ke...@colostate.edu UNIX/Network ManagerPhone: 970-491-0630 Engineering Network Serv

Re: [Mailman-Users] mailman install problems (syntax error atline1:`; ' unexpected)

2010-08-07 Thread CJ Keist
Another update. It looks to be a make problem. The make I used was in /usr/ccs/bin. Using GNU make, in /usr/sfw/bin ran just fine. On 8/7/10 10:26 AM, Mark Sapiro wrote: - Original Message --- Subject: Re: [Mailman-Users] mailman install problems (syntax error atline1

Re: [Mailman-Users] mailman install problems (syntax error atline1:`; ' unexpected)

2010-08-07 Thread Mark Sapiro
- Original Message --- Subject: Re: [Mailman-Users] mailman install problems (syntax error atline1:`; ' unexpected) From: CJ Keist Date: Sat, 07 Aug 2010 09:25:19 -0600 To: Mark Sapiro Cc: "Stephen J. Turnbull" , mailman-users@pytho

Re: [Mailman-Users] mailman install problems (syntax error atline1: `; ' unexpected)

2010-08-07 Thread Stephen J. Turnbull
Mark Sapiro writes: > I agree that the underlying issue is with the shell, but in at least > these bash versions: > > GNU bash, version 3.2.49(22)-release (i686-pc-cygwin) > > GNU bash, version 3.2.48(1)-release (i386-apple-darwin10.0) > > GNU bash, version 3.1.17(1)-release (i686-redha

Re: [Mailman-Users] mailman install problems (syntax error atline1: `; ' unexpected)

2010-08-07 Thread Geoff Shang
On Sat, 7 Aug 2010, Mark Sapiro wrote: I agree that the underlying issue is with the shell, but in at least these bash versions: GNU bash, version 3.2.49(22)-release (i686-pc-cygwin) GNU bash, version 3.2.48(1)-release (i386-apple-darwin10.0) GNU bash, version 3.1.17(1)-release (i686-redhat-l

Re: [Mailman-Users] mailman install problems (syntax error atline1: `; ' unexpected)

2010-08-07 Thread CJ Keist
If this helps. I'm on Solaris 10 10/09 s10s_u8wos_08a SPARC. This make installed failed with tcsh - version 6.12.00 bash - version 3.00.16(1) As for bourne shell, don't know how to get the version info. On 8/7/10 9:13 AM, Mark Sapiro wrote: Stephen J. Turnbull wrote: Mark Sapiro writes

Re: [Mailman-Users] mailman install problems (syntax error atline1: `; ' unexpected)

2010-08-07 Thread Mark Sapiro
Stephen J. Turnbull wrote: >Mark Sapiro writes: > > CJ Keist wrote: > > > >I simply commented out the for p loop: > > > > > > #for p in $(PACKAGES); \ > > > That is a perfectly acceptable workaround, but the question is why > > doesn't your make properly handle > > > >for p in ; do

Re: [Mailman-Users] mailman install problems (syntax error at line1: `; ' unexpected)

2010-08-06 Thread Stephen J. Turnbull
Mark Sapiro writes: > CJ Keist wrote: > >I simply commented out the for p loop: > > > > #for p in $(PACKAGES); \ > That is a perfectly acceptable workaround, but the question is why > doesn't your make properly handle > >for p in ; do ... ; done Because make doesn't (shoul

Re: [Mailman-Users] mailman install problems (syntax error at line1: `; ' unexpected)

2010-08-06 Thread Mark Sapiro
CJ Keist wrote: >> >I did try running in both sh and bash but still got same error. >But I did get mailman to install. The problem was with the Makefile in >the misc folder. > >EMAILPKG= >JACODECSPKG= >KOCODECSPKG= > >PACKAGES= $(EMAILPKG) $(JACODECSPKG) $(KOCODECSPKG) > >There were no packag

Re: [Mailman-Users] mailman install problems (syntax error at line 1: `; ' unexpected)

2010-08-06 Thread CJ Keist
Thanks for the reply. See below for the solution I found. On 8/5/10 10:10 PM, Gary R. Schmidt wrote: On Thu, August 5, 2010 07:14, CJ Keist wrote: Hi, Trying to install mailman mailman-2.1.13rc on Solaris 10x86. Getting an error when I try to do make install. I found similar post on

Re: [Mailman-Users] mailman install problems (syntax error at line 1: `; ' unexpected)

2010-08-05 Thread Gary R. Schmidt
On Thu, August 5, 2010 07:14, CJ Keist wrote: > Hi, > Trying to install mailman mailman-2.1.13rc on Solaris 10x86. > Getting an error when I try to do make install. I found similar post on > this error on making sure using correct version of python. I have two > version of python installed,

[Mailman-Users] mailman install problems (syntax error at line 1: `; ' unexpected)

2010-08-05 Thread CJ Keist
Hi, Trying to install mailman mailman-2.1.13rc on Solaris 10x86. Getting an error when I try to do make install. I found similar post on this error on making sure using correct version of python. I have two version of python installed, there is the native python that comes with Solaris

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
p mailman mailman::100:mailman bash-3.00# ...what? Dave. -Original Message- From: [EMAIL PROTECTED] on behalf of Piniella, David A Sent: Tue 1/23/2007 9:56 PM To: Mark Sapiro; Hank van Cleef Cc: Kent Taylor; mailman-users@python.org Subject: Re: [Mailman-Users] mailman install problem - So

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

2007-01-23 Thread Piniella, David A
ark Sapiro [mailto:[EMAIL PROTECTED] Sent: Tue 1/23/2007 7:27 PM To: Piniella, David A; Hank van Cleef Cc: Kent Taylor; mailman-users@python.org Subject: Re: [Mailman-Users] mailman install problem - Solaris Mark Sapiro wrote: >Piniella, David A wrote: >> >>No dice, I tried that with gcc

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

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
From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 5:09 PM To: Piniella, David A; Hank van Cleef Cc: mailman-users@python.org; Kent Taylor Subject: RE: [Mailman-Users] mailman install problem - Solaris Piniella, David A wrote: >Thanks for you help, guys. Actually,

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 Pin

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
From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 4:17 PM To: Piniella, David A; Hank van Cleef Cc: mailman-users@python.org Subject: Re: [Mailman-Users] mailman install problem Piniella, David A wrote: >I have actually already renamed the /usr/ucb/cc (to cc_old) and 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
Cleef [mailto:[EMAIL PROTECTED] Sent: Tue 1/23/2007 3:52 PM To: Piniella, David A Cc: mailman-users@python.org Subject: Re: [Mailman-Users] mailman install problem The esteemed Piniella, David A has said: > > Hi, > > I'm trying to install mailman 2.1.9 on a Solaris 10 x86 machine

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
snprintf configure:2040: gcc -o conftest -g -O2 conftest.c 1>&5 configure:2024: warning: conflicting types for built-in function 'vsnprintf' bash-3.00# -Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Tue 1/23/2007 3:17 PM To: Piniella, David

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 install problems

2005-12-06 Thread Elvis Fernandes
Hi Mark, Yes, that was a problem with my Python compiler. I used another python compiler and I was successful. Thanks! Elvis On 12/5/05, Mark Sapiro <[EMAIL PROTECTED]> wrote: > > Elvis Fernandes wrote: > > > >I tried manually running: > > > >isd80{mailman}8: /opt/local/bin/python -c 'from comp

Re: [Mailman-Users] Mailman install problems

2005-12-05 Thread Mark Sapiro
Elvis Fernandes wrote: > >I tried manually running: > >isd80{mailman}8: /opt/local/bin/python -c 'from compileall import *; >compile_dir("/mailman/mailman/Mailman")' > File "", line 1 >from > ^ >SyntaxError: invalid syntax >isd80{mailman}9: > >Still no go. It seems something is wrong wi

Re: [Mailman-Users] Mailman install problems

2005-12-05 Thread Elvis Fernandes
Hi Mark, I tried manually running: isd80{mailman}8: /opt/local/bin/python -c 'from compileall import *; compile_dir("/mailman/mailman/Mailman")' File "", line 1 from ^ SyntaxError: invalid syntax isd80{mailman}9: Still no go. Elvis On 12/5/05, Mark Sapiro <[EMAIL PROTECTED]> wrote

Re: [Mailman-Users] Mailman install problems

2005-12-05 Thread Mark Sapiro
Elvis Fernandes wrote: > >I tried the following: > >isd80{mailman}2: >isd80{mailman}2: /opt/local/bin/python >Python 2.2.2 (#1, Jun 5 2003, 12:34:45) >[GCC 3.2.1] on sunos5 >Type "help", "copyright", "credits" or "license" for more information. from compileall import * ^D >isd8

Re: [Mailman-Users] Mailman install problems

2005-12-05 Thread Elvis Fernandes
Hi Mark, Thanks for responding. I tried the following: isd80{mailman}2: isd80{mailman}2: /opt/local/bin/python Python 2.2.2 (#1, Jun 5 2003, 12:34:45) [GCC 3.2.1] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> from compileall import * >>> >>> >>> ^D isd80{m

Re: [Mailman-Users] Mailman install problems

2005-12-05 Thread Mark Sapiro
Elvis Fernandes wrote: >/opt/local/bin/python -c 'from compileall import *; >compile_dir("/mailman/mailman/Mailman")' > File "", line 1 >from > ^ >SyntaxError: invalid syntax >*** Error code 1 >make: Fatal error: Command failed for target `doinstall' Presumably your MUA split >/opt/loc

[Mailman-Users] Mailman install problems

2005-12-05 Thread Elvis Fernandes
Hello, I have been strugging all day to install mailman-2.1.6 on solaris8. The configure goes thru successfully. The make goes thru successfully. When I do make install, it does a bunch of things and then I get the following message: Creating language directory /mailman/mailman/messages/tr/LC_M

[Mailman-Users] Mailman install -- she no working day 3.

2005-04-28 Thread Ignacio Valdes
Hi, I'm trying to get Mailman working on a FreeBSD system X 3 days now. I have followed the install document very carefully, apache and mailman are loaded and running. However, I cannot get to anything. I have the following in my vhosts.conf file: ServerName mailman.linuxmednews.com Docume

[Mailman-Users] Mailman Install - Virtuals

2004-01-30 Thread Ryan
Hello, I've just installed mailman and I'm not sure where "The web page for users of your mailing list" (the link in the email received when creating a new list) is in relationship to the $prefix directory. Also, do I have to create any virtuals for admin web pages or archives or any others?

[Mailman-Users] Mailman install on Debian problem.

2003-03-27 Thread Alex Salamon
I'm a bit of a newbie and am having problems figuring how to use mailman. I've installed mailman using apt-get and I'm trying to figure out to which directory to create a symbolic link for apache. I'm not entirely sure that this is what I'm supposed to be doing, just that I've done it for oth

[Mailman-Users] Mailman Install Problem

2003-03-20 Thread Michael Arena
Hello, I am having trouble getting Mailman setup on my Redhat 8.0 machine. I'm using Python version 2.2.1. I got most of it set up except the archived messages part. I can admin lists, create lists, and add users to lists but cannot view archives and Apache keeps giving me a "Symbolic link not allo

[Mailman-Users] Mailman install without command line access?

2002-12-19 Thread Rhoads, Jared
Hello, I really want to run Mailman (it is exactly what I have been looking for), but I run my site on hosted webspace, not my own box. I can probably get the hosting service to add a user/group, but I can't execute the other install commands because they don't give me access to a command line.

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

2002-12-12 Thread Matthew Davis
* Á¤ Çϳç ([EMAIL PROTECTED]) wrote: > > I've installed mailman and tried to set up test list with admin's help, but > got the following error and have not solved till now. :( > > The original message was received at Wed, 11 Dec 2002 15:59:11 +0900 (KST) > from blahblah > >- The follow

[Mailman-Users] mailman install problem..

2002-12-12 Thread 정 하녕
I've installed mailman and tried to set up test list with admin's help, but got the following error and have not solved till now. :( The original message was received at Wed, 11 Dec 2002 15:59:11 +0900 (KST) from blahblah - The following addresses had permanent fatal errors - "|/hom

Re: [Mailman-Users] Mailman install help.

2002-12-08 Thread Jon Carnes
On Sun, 2002-12-08 at 17:05, Ed Mitchell wrote: > > I am trying to install the latest version of mailman on my server site. > My site is running Red hat Linux and remotely I am running XP-Pro. Can > anyone give me some tips to install Mailman, It looks like I need to be > on the local server to

[Mailman-Users] Mailman install help.

2002-12-08 Thread Ed Mitchell
Please forgive the newbie questions.     I am trying to install the latest version of mailman on my server site.  My site is running Red hat Linux and remotely I am running XP-Pro.  Can anyone give me some tips to install Mailman,  It looks like I need to be on the local server to do so.

[Mailman-Users] Mailman Install Issues

2002-07-17 Thread Christopher Van Oosterhout
Hello All, I have used Mailman in the past on other servers and really appreciated it. Now it is time to change servers and I am having some problems. First of all I have an issue that it appears from my searching that there is not currently a solution for. I am running Red Hat 7.x ... it is

[Mailman-Users] mailman install

2002-07-10 Thread Dave Stern - Former Rocket Scientist
I'm re-installing mailman on an automounted partition and am having some problems. The install goes as planned and I can even make lists and people receive welcome messages but I can't send to the list and can't reach the webpage. Log for the webpage: @@

[Mailman-Users] mailman install problems

2001-04-11 Thread Mario Diaz
Hi , I'm trying to install mailman in an SGI running IRIX6.5 with sendmail and python 2.0. Configuring and installing seems to go without problems. I check permissions in /home/mailman and no errors are reported. Start cron and then create a list and keep getting error reports from cron sent to m

[Mailman-Users] Mailman Install to latest

2001-03-05 Thread Webmaster
I have Mailman 2.0, would it be fine to install the patch Mailman 2.02 or do I first have to install Mailman 2.0.1 -- ### Webmaster [EMAIL PROTECTED] Computing & Communications --