[bug-notifications] [python 0004953]: Missing libraries for socket module
Mantis Bug Tracker
noreply at opencsw.org
Mon Jun 4 18:00:55 CEST 2012
The following issue has been CLOSED
======================================================================
https://www.opencsw.org/mantis/view.php?id=4953
======================================================================
Reported By: solj
Assigned To: maciej
======================================================================
Project: python
Issue ID: 4953
Category: regular use
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2012-05-31 00:40 CEST
Last Modified: 2012-06-04 18:00 CEST
======================================================================
Summary: 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
>>>
======================================================================
----------------------------------------------------------------------
(0009903) maciej (manager) - 2012-06-04 18:00
https://www.opencsw.org/mantis/view.php?id=4953#c9903
----------------------------------------------------------------------
Alright, thanks for the feedback.
More information about the bug-notifications
mailing list