Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2008 16:10:38 +0200
From:      "Helmut Schneider" <jumper99@gmx.de>
To:        freebsd-ports@freebsd.org
Subject:   Re: mailman2.1.x and python2.5 in a jail
Message-ID:  <fvn4h5$fnd$1@ger.gmane.org>
References:  <futamj$sdj$1@ger.gmane.org> <48134AF9.9030105@omut.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Alex Vasylenko <lxv@omut.org> wrote:
> Helmut Schneider wrote:
>> [root@BSDHelmut ~]# chroot -u root /home/python25/ 
>> /usr/local/mailman/bin/mailmanctl
>> Traceback (most recent call last):
>> File "/usr/local/mailman/bin/mailmanctl", line 107, in <module>
>> from Mailman import Utils
>> File "/usr/local/mailman/Mailman/Utils.py", line 32, in <module>
>> import sha
>> File "/usr/local/lib/python2.5/sha.py", line 6, in <module>
>> from hashlib import sha1 as sha
>> File "/usr/local/lib/python2.5/hashlib.py", line 133, in <module>
>> md5 = __get_builtin_constructor('md5')
>> File "/usr/local/lib/python2.5/hashlib.py", line 60, in 
>> __get_builtin_constructor
>> import _md5
>> ImportError: No module named _md5
>> [root@BSDHelmut ~]#
> 
> you would need all libraries required by 
> /usr/local/lib/python2.5/lib-dynload/*.so available in the jail too.


Works fine, thanks a lot.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?fvn4h5$fnd$1>