Python 2.1.1 on Solaris 7 broken

Martin v. Loewis martin at v.loewis.de
Wed Feb 20 17:36:18 EST 2002


Alex Chavez <alex at laplaza.org> writes:

> ImportError: ld.so.1: python: fatal: libgcc_s.so.1: open failed: No
> such file or directory
[...]
> 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

That is likely *not* the compiler you've been using to link Python.
libgcc_s first appears with gcc 3.0, and unless somebody has seriously
broken your gcc installation, gcc 2.8.1 does *not* use a shared
libgcc.

I suggest to remove all gcc installations from your system except for
one, and make that one work, before trying to use it.

Regards,
Martin




More information about the Python-list mailing list