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

Gary R. Schmidt grschmidt at acm.org
Fri Aug 6 06:10:45 CEST 2010


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, there is the native python that comes with
> Solaris, version 2.4.6, and then I installed a newer version from
> Blastwave 2.6.2.  It doesn't matter what version I use, still get same
> error with make install.
>
> setenv PATH
> /usr/bin:/usr/sbin:/opt/csw/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/sfw/bin
[SNIP]

Don't do this stuff in csh, use sh or bash.

Set your path so that Blastwave/OpenCSW  is searched first:
PATH=/opt/csw/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/usr/openwin/bin:/usr/sfw/bin
export PATH

        Cheers,
                Gary    B-)




More information about the Mailman-Users mailing list