2013/1/10 Dagobert Michelsen <[email protected]>:
>> Of course, of the modules that require shared objects (e.g. the socket
>> module), none work.
>
> Why? The 64 bit version of course uses 64 bit ints, sounds ok to me.
The 64-bit version doesn't look in the right place when trying to load
shared objects.
>> import socket
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/csw/lib/python3.3/socket.py", line 47, in <module>
import _socket
ImportError: ld.so.1: python3.3: fatal:
/opt/csw/lib/python3.3/lib-dynload/_socket.so: wrong ELF class: ELFCLASS32
The shared object it should load is in /opt/csw/lib/*amd64/*
python3.3/lib-dynload/_socket.so.
_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.