[XML-SIG] PyXML-0.6.2 install
Dieter Maurer
dieter@handshake.de
Mon, 4 Dec 2000 21:04:21 +0100 (CET)
Taylor, John D MWA writes:
> /export/home/jdtaylor/python/lib/python2.0/site-packages/_xmlplus/__init__.p
> y to __init__.pyc
> ld.so.1: python: fatal: relocation error: file python: symbol fseeko:
> referenced symbol not found
You have a Python compiled for large file support (>= Solaris 2.6).
You try to run it on a systems without "fseeko" in the standard
library (< Solaris 2.6).
Your options:
* find a Python binary compiled for Solaris 2.5 or below
* fetch the Python source and compile it yourself
(is very easy)
* upgrade your Solaris
Dieter