OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004953 [python] regular use major always 2012-05-31 00:40 2012-06-04 18:00
Reporter solj View Status public  
Assigned To maciej
Priority normal Resolution no change required  
Status closed  
Summary 0004953: Missing libraries for socket module
Description # which python
/opt/csw/bin/python
# python
Python 2.6.8 (unknown, Apr 13 2012, 17:08:12) [C] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import socket
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/csw/lib/python/socket.py", line 46, in <module>
    import _socket
ImportError: ld.so.1: python: fatal: relocation error: file /opt/csw/lib/python/lib-dynload/_socket.so: symbol inet_aton: referenced symbol not found
>>>
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0009894)
maciej (reporter)
2012-06-02 13:06

I can't reproduce it.

maciej@vsol06 ~/src/collectd $ python -V
Python 2.6.8
maciej@vsol06 ~/src/collectd $ python
Python 2.6.8 (unknown, Apr 13 2012, 18:48:06) [C] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import socket
>>>

Is this a fresh installation?
(0009902)
solj (reporter)
2012-06-04 17:56

Yeah, we took a look at this the other night and it ended up being due to a _really_ old version of Solaris 10 that is installed on that machine. I'm going to try patching in order to fix the problem. You can close this ticket for now.

Thanks!
(0009903)
maciej (reporter)
2012-06-04 18:00

Alright, thanks for the feedback.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker