Python 2.1.1 on Solaris 7 broken

Andreas Jung andreas at andreas-jung.com
Wed Feb 20 12:24:07 EST 2002


try to set LD_LIBRARY_PATH to the path where gcc has its libs
installed.

Andreas
----- Original Message ----- 
From: "Alex Chavez" <alex at laplaza.org>
To: <python-list at python.org>
Sent: Wednesday, February 20, 2002 12:13
Subject: Python 2.1.1 on Solaris 7 broken


> I just upgraded Python from 1.5.1 to 2.1.1 on a Solaris 7 Sparc machine 
> and I get the following error when I try running a scrip.
> 
> root at elvis cron $ python -i run_queue
> Traceback (most recent call last):
>    File "run_queue", line 26, in ?
>      from Mailman import OutgoingQueue
>    File "/usr/local/mailman/Mailman/OutgoingQueue.py", line 41, in ?
>      import time
> ImportError: ld.so.1: python: fatal: libgcc_s.so.1: open failed: No such 
> file or directory
>  >>> ZZ^Z
> [2]+  Stopped                 python -i run_queue
> 
> 
> I'm not sure if the gcc version had anything to do with it but here is 
> that info.
> 
> root at elvis cron $ gcc -v
> Reading specs from /usr/local/lib/gcc-lib/sparc-sun-
> solaris2.7/2.8.1/specs
> gcc version 2.8.1
> root at elvis cron $
> 
> 
> 
> Help would be greatly appreciated.
> 
> alex
> 
> ......:::  Alex Chavez  :  System Admin :::......
> La Plaza Telecommunity : www.laplaza.org
> :   Taos.  New Mexico   :   505.758.1836    :
> ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
> 
> 
> -- 
> http://mail.python.org/mailman/listinfo/python-list
> 





More information about the Python-list mailing list