not able to run

Mike Rovner mike at nospam.com
Thu Jul 24 18:11:46 EDT 2003


Joe Kmoch wrote:
> I've tried to install python2.2 on our Solaris 8 system using the
> package available on the sunfreeware.com site.  When I try to run
> python I get the following:
>
> # ls -al python2.2
> -rwxr-xr-x   1 bin      bin      4902360 Feb 17 20:44 python2.2
> # python2.2
> ld.so.1: python2.2: fatal: libstdc++.so.5: open failed: No such file
> or directory
> Killed

Take
ftp://ftp.sunfreeware.com/pub/freeware/sparc/8/libgcc-3.3-sol8-sparc-local.gz
which includes the files and links

libgcc_s.so    libstdc++.a   libstdc++.so    libstdc++.so.5.0.4
libgcc_s.so.1  libstdc++.la  libstdc++.so.5  sparcv9

./sparcv9:
libgcc_s.so.1        libstdc++.a   libstdc++.so    libstdc++.so.5.0.4
libgcc_s_sparcv9.so  libstdc++.la  libstdc++.so.5

Since these files are part of the gcc package, you may not need to install
it if you already have gcc 3.3 installed. This package is created because
some programs will not run without these libraries - installs in
/usr/local/lib.

Mike









More information about the Python-list mailing list