04-Dec-03 at 10:09, Brent Shafer ([EMAIL PROTECTED]) wrote :
> I'm just starting out with Mailman and have limited experience with 
> Linux.
> When I attempt to configure the Mailman installation, I get the 
> following message:
> 
> [EMAIL PROTECTED] Mailman]$ cd mailman-2.1.3
> [EMAIL PROTECTED] mailman-2.1.3]$ ./configure
> checking for --with-python... no
> checking for python... /usr/bin/python
> checking Python interpreter... /usr/bin/python
> checking Python version... 2.2.1
> checking that Python has a working distutils... configure: error:
> 
> ***** Distutils is not available or is incomplete for /usr/bin/python
> ***** If you installed Python from RPM (or other package manager)
> ***** be sure to install the -devel package, or install Python
> ***** from source.  See README.LINUX for details
> 
> Python is installed on my RedHat Linux 8.0 server, but how do I get the 
> distutils to work properly?
> 
> Any help would be greatly appreciated!

Check, like it says, if you have the python-devel package installed.
RedHat may not have it. You will need it for Mailman.

# rpm -q python-devel

if memory serves, is the command you need. If it doesn't print anything
as output, then you need to find the -devel RPM of the same version of
Python that you have and install it. That means if you have

python-2.2.1-17.i386.rpm

then you need

python-devel-2.2.1-17.i386.rpm

(these are the stock RH8.0 RPMs for Python)

TIP:

you could do this:

# rpm -qa | grep python

to find all python related RPMs installed. If
python-devel-2.2.1-17.i386.rpm isn't among them, then you need to
install it.

Regards,

-- 
Simon White. Internet Consultant, Linux/Windows Server Administration.
email, dns and web servers; php javascript perl asp; MySQL MSSQL Access
     Bridging the gap between management, HR and the tech team.

------------------------------------------------------
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

Reply via email to