OK, for giggles, I updated python to 2.5 from 2.3.5, and now configure does 
this:

checking for group name "mailman"... Traceback (most recent call last):
  File "conftest.py", line 1, in <module>
    import grp
ImportError: ld.so.1: python: fatal: libgcc_s.so.1: open failed: No such file 
or directory
cat: cannot open conftest.out
configure: error:
***** No "mailman" group found!
***** Your system must have a "mailman" group defined
***** (usually in your /etc/group file).  Please see the INSTALL
***** file for details.
bash-3.00# cat /etc/group | grep mailman
mailman::100:mailman
bash-3.00#

...what?

Dave.


-----Original Message-----
From: [EMAIL PROTECTED] on behalf of Piniella, David A
Sent: Tue 1/23/2007 9:56 PM
To: Mark Sapiro; Hank van Cleef
Cc: Kent Taylor; mailman-users@python.org
Subject: Re: [Mailman-Users] mailman install problem - Solaris
 



I did a make distclean, a new configure, patched, verified that my 
$prefix/pythonlib/ dir had no korean dir (a japanese dir though) and then make 
and make install and this is where it breaks:

(a lot of listing and compiling, well after where it was breaking before and 
then )
Compiling /usr/local/mailman/Mailman/htmlformat.py ...
Compiling /usr/local/mailman/Mailman/i18n.py ...
Compiling /usr/local/mailman/Mailman/mm_cfg.py ...
Compiling /usr/local/mailman/Mailman/versions.py ...
Traceback (most recent call last):
  File "bin/update", line 46, in ?
    import paths
  File "/usr/local/mailman/bin/paths.py", line 60, in ?
    import korean
ImportError: No module named korean
make: *** [update] Error 1
bash-3.00#


Could this be because I am using Python 2.3.5 or my python doesn't have the 
korean module?

Dave





-----Original Message-----
From: Mark Sapiro [mailto:[EMAIL PROTECTED]
Sent: Tue 1/23/2007 7:27 PM
To: Piniella, David A; Hank van Cleef
Cc: Kent Taylor; mailman-users@python.org
Subject: Re: [Mailman-Users] mailman install problem - Solaris
 
Mark Sapiro wrote:

>Piniella, David A wrote:
>>
>>No dice, I tried that with gcc and yacc. Is there any way to just avoid
>>the Japanese and Korean codecs packages' compilation, or to skip them
>>entirely? I don't really need to host any lists in Japanese or Korean
>>(or do these packages do something else?)
>
>
>This too is really tricky. See yesterday's take on this in the thread
>at
><http://mail.python.org/pipermail/mailman-users/2007-January/055498.html>.


I *think* the attached patch to misc/Makefile will solve the problem.

Here's the procedure:

After running 'configure' apply the attached patch to misc/Makefile.

Then if you have a pythonlib/korean directory in your installation
($prefix) directory left over from previous attempts, remove it.

Then 'make install' should give you a working installation.

This installed version of the Korean codecs will not have the compiled
C language modules, but if you aren't actually using Korean, the
Python modules will be good enough - the only difference is
performance.

Let us know how it works out.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/dpiniella%40med.miami.edu

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp


------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to