not able to run

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Joe Kmoch

    not able to run

    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
    # ./python2.2
    ld.so.1: ./python2.2: fatal: libstdc++.so.5: open failed: No such file or
    directory
    Killed
    # pwd
    /usr/local/bin

    I'm not very astute in dealing with Solaris so I may have missed something
    somewhere. Incidentally when I tried to do a find on libstd* I did
    discover that this file existed:
    ./usr/local/lib/libstdc++.so.2. 10.0
    but not libstdc++.so.5

    I'm not sure what I should do next.

    Thanks in advance for your help.

    Joe


    --
    Joe Kmoch Washington High School
    Director, Academy of Information Technology 2525 N. Sherman
    Blvd
    kmoch@whs.edu Milwaukee, WI 53210
    (414) 875-5982 (desk) (414) 875-5900 (school)
    (414) 875-5980 (academy) (414) 875-5915 (fax)


  • Ben Finney

    #2
    Re: not able to run

    On Thu, 24 Jul 2003 16:01:18 -0500 (CDT), Joe Kmoch wrote:[color=blue]
    > # python2.2
    > ld.so.1: python2.2: fatal: libstdc++.so.5: open failed: No such file or directory
    > Killed
    > [...]
    > I'm not sure what I should do next.[/color]

    Install all dependencies for any software you want to run.

    --
    \ "I bet one legend that keeps recurring throughout history, in |
    `\ every culture, is the story of Popeye." -- Jack Handey |
    _o__) |
    http://bignose.squidly.org/ 9CFE12B0 791A4267 887F520C B7AC2E51 BD41714B

    Comment

    Working...