[Mailman-Users] stupid mistake?

2002-09-03 Thread Mailman

Hello,

Believe it or not, I am having trouble building mailman.  I have done it
in the past with a previous version on a different machine.  I made a
detailed log describing my individual steps.

FreeBSD 4.6
Postfix 1.1.11
Mailman 2.0.13

Step 1:  Unpacked tar in /root/mailman-2.0.13/

Step 2:  Added line in /etc/group/
mailman:*:1002:

Step 3:  Added line in /etc/passwd
mailman:*:1002:1002:GNU Mailman:/home/mailman:/nonexistent

Step 4:  Added line in /etc/master.passwd
mailman:*:1002:1002::0:0:GNU Mailman:/home/mailman:/nonexistent

Step 5:  Decided that $prefix shall be /usr/local/mailman/

Step 6:  Executed in csh,
#mkdir /usr/local/mailman/

Step 7:  Executed in csh,
#chown mailman:mailman /usr/local/mailman/

Step 8:  Verified Step 7

Step 9:  Executed in csh,
#cd /usr/local/mailman/

Step 10:  Executed in csh,
#chgrp mailman .

Step 11:  Executed in csh,
#chmod a+rs,g+ws .

Step 12:  Executed in csh,
#set MAILHOST=frybread.stuorg.iastate.edu

Step 13:  Executed in csh,
#set WWWHOST=www.frybread.stuorg.iastate.edu

Step 14:  Executed in csh,
#export MAILHOST WWWHOST
export: Command not found.

Step 15:  Executed in csh,
# /root/mailman-2.0.13/configure --prefix=/usr/local/mailman/
--with-mail-gid=postfix --with-cgi-gid=nobody

Step 16:  Returned data from configure:
excerpt
checking for default fully qualified host name... frybread.stuorg.iastate.edu
checking for default URL host component... frybread.stuorg.iastate.edu
/excerpt

The big question:  It doesn't seem to have listened to MAILHOST and
WWWHOST from steps 12-14.

Step 17:  Executed in csh,
#cd /root/mailman-2.0.13/

Step 18:  Executed in csh,
#make install
make: don't know how to make install. Stop

Step 19:  Assuming Line 102 in INSTALL is wrong or misplaced.  I will try
'make' first and then 'make install'

Step 20:  Executed in csh,
#make
make: no target to make.

Step 21:  Give up on install...


Tim


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/



Re: [Mailman-Users] stupid mistake?

2002-09-03 Thread Ashley M. Kirchner

Mailman wrote:

 Step 12:  Executed in csh,
 #set MAILHOST=frybread.stuorg.iastate.edu
 #set WWWHOST=www.frybread.stuorg.iastate.edu
 #export MAILHOST WWWHOST
 export: Command not found.

command not found.  this explains the failure in step 16...

try
#setenv MAILHOST frybread...
#setenv WWWHOST www.frybread...


 Step 18:  Executed in csh,
 #make install
 make: don't know how to make install. Stop

that's because you ran the configure command in /usr/local/mailman, not
/root/mailman-2.0.13

fixing the above, and running the configure command in the right location
will solve the other problems.

--
W | I haven't lost my mind; it's backed up on tape somewhere.
  +
  Ashley M. Kirchner mailto:[EMAIL PROTECTED]   .   303.442.6410 x130
  IT Director / SysAdmin / WebSmith . 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.




--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/