[Mailman-Users] Can't get mailman to start

Jim Tittsler jwt at onjapan.net
Fri Oct 29 03:30:55 CEST 2004


On Oct 29, 2004, at 01:52, Layne Meier wrote:

> bin/mailmanctl start
>
> I get the following error:
> Site list is missing: mailman

It looks like you forgot to create the 'mailman' site list.
  http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.025.htp

> Traceback:
>
> Traceback (most recent call last):
>   File "/usr/local/mailman/scripts/driver", line 63, in run_main
>      from Mailman.Logging.StampedLogger import StampedLogger
>   File "/usr/local/mailmman/Mailman/Logging/StampedLogger.py", line 
> 18, in ?
>      import time
> ImportError: ld.so.1: /usr/local/bin/python: fatal: libgcc_s.so.1: 
> open failed: No such file or directory

This looks like an error in your Python installation (as if it has been 
built with GCC, but is missing the library).  If you start python by 
itself and do 'import time' do you get the same error?

-- 
Jim Tittsler             http://www.OnJapan.net/      GPG: 0x01159DB6
Python Starship          http://Starship.Python.net/
Ringo MUG Tokyo          http://www.ringo.net/rss.html




More information about the Mailman-Users mailing list