On Mon, 2007-02-12 at 16:02 -0300, Welkson Renny de Medeiros wrote:
> [EMAIL PROTECTED]:/] # trac-admin -h
> Traceback (most recent call last):
> File "/usr/local/bin/trac-admin", line 21, in ?
> from trac.scripts.admin import run
> File "/usr/local/lib/python2.4/site-packages/trac/scripts/admin.py", line
> 23, in ?
> import urllib
> File "/usr/local/lib/python2.4/urllib.py", line 26, in ?
> import socket
> File "/usr/local/lib/python2.4/socket.py", line 45, in ?
> import _socket
> ImportError: /usr/local/lib/python2.4/lib-dynload/_socket.so: Undefined
> symbol "__h_errno"
What this looks like to me: your Python installation (specifically its
socket module) isn't binary-compatible with your current userland for
some reason. I'd try a
$ sudo portupgrade -f lang/python24
to rebuild Python. I don't know what would cause this problem, though;
I've never seen it myself (and am successfully running Trac on FreeBSD
6.1). Google does turn up a few references to similar problems, so you
may have some luck searching around.
- Michael
--
Michael Ekstrand
Research Assistant, Scalable Computing Laboratory
Goanna, compute cluster and InfiniBand network monitor tool:
http://www.scl.ameslab.gov/Projects/Monitor/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---