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
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
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
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
- 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
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
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
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
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
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
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
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
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,
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
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:
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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?
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
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
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.
* Á¤ Çϳç ([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
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
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
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.
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
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:
@@
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
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
--
52 matches
Mail list logo