I have it all running, but on Mac OS X 10.1.1, not Server.

What's going wrong?

You need to carefully read the Mailman docs. I had to run through the
configure/make process several times until I got the right options.

This is the configure command I used to get Mailman to install.


./configure  \
--prefix=/usr/local/mailman \
--with-username=34567 \
--with-groupname=34567 \
--with-cgi-gid=-2 \
--with-mail-gid=-2


The username and groupname ids are for the mailman user/group that I
created, I assigned 34567 as the gid/uid.


All I needed to compile Python was:

./configure  --with-dyld

But I think this was because I built on a UFS partition, as there is some
case sensitivity issue.


Let me know if you need a hand...


Nigel





On 21/11/01 6:38 AM, "Victor Spadaro" <[EMAIL PROTECTED]> wrote:

> Has anyone, besides apple, installed mailman on an Mac OSX Server BSD
> box? If yes how? Help!
> 
> TIA
> 
> Vic
> _______________________________________________
> macos-x-server mailing list
> [EMAIL PROTECTED]
> http://www.lists.apple.com/mailman/listinfo/macos-x-server
> 


------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to