[Python-bugs-list] [ python-Bugs-684903 ] socket module on solaris

SourceForge.net noreply@sourceforge.net
Tue, 11 Feb 2003 13:02:29 -0800


Bugs item #684903, was opened at 2003-02-11 16:02
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=684903&group_id=5470

Category: Build
Group: Python 2.2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: RIck Bradshaw (rabrads)
Assigned to: Nobody/Anonymous (nobody)
Summary: socket module on solaris

Initial Comment:
I just built python 2.2.2 on solaris 7 or 2.7 to be
technically correct.  I then fire up the interpreter
and import test.testall. It fails for socket, which is
very import to me and my users. I then import _socket
and get the following info

Python 2.2.2 (#4, Feb  6 2003, 17:17:38) [C] on sunos5
Type "help", "copyright", "credits" or "license" for
more information.
>>> import _socket
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: ld.so.1:
/soft/apps/packages/Python-2.2.2/bin/python: fatal:
relocation error: file
/soft/apps/packages/Python-2.2.2/lib/python2.2/_socket.so:
symbol __eprintf: referenced symbol not found

Thanks for any help.
Rick

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=684903&group_id=5470