>>>>> "FJ" == Feng Jeffrey <[EMAIL PROTECTED]> writes:
FJ> I'm trying to install mailman onto FreeBSD. When I ran
FJ> ./configure, I received the following message:
FJ> checking for CGI extensions... no host info not found, set
FJ> $MAILHOST and/or $WWWHOST environ vars $MAILHOST=None,
FJ> $WWWHOST=None
This is only going to happen if your dns isn't set up correctly. What
does the following print?
% python -c "from socket import * ; print getfqdn()"
You should see a hostname (preferrably fully-qualified). If you see
an exception, or some bogus value, check your /etc/hosts file, or dns
setup.
FJ> When I tried to issue "make install", I got the message: make:
FJ> don't know how to make install. Stop
FJ> Does this mean that the installation failed? What should I to
FJ> fix the problem?
Right. Configure isn't finding the right hostname information so it
isn't creating the Makefile. That's a good thing. ;)
You can always run configure --with-mailhost and/or --with-urlhost,
but if they aren't correct, the install might succeed but you'll
likely still have problems.
-Barry
------------------------------------------------------
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/
This message was sent to: [email protected]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org