Is Python 2.1 for Solairs 8 broke on SunFreeware?

Martin v. Löwis loewis at informatik.hu-berlin.de
Sun Sep 15 13:55:03 EDT 2002


yaipa at aol.com (yaipa) writes:

> % /usr/local/bin/python CronTar.py -c cronTar.cfg
>   Traceback (most recent call last):
>     File "/export/fruid/bin/CronTar.py", line 26, in ?
>       import time
>   ImportError: ld.so.1: /usr/local/bin/python: fatal: 
>     libgcc_s.so.1: open failed: No such file or directory
> %

That is somewhat unfortunate: gcc  3.2 links another shared library to
every binary.

> Am I required to have gcc installed also?
[...]
> Any ideas?

No need to do that. Just install the libgcc package from Sunfreeware
also. This is much less than the full GCC.

Regards,
Martin



More information about the Python-list mailing list