Find the answer to your Linux question:
Results 1 to 5 of 5
I get this error on Fedora Core 3. libstdc++.so.5: cannot open shared object file: No such file or directory Can anyone help me please? Thanks...
  1. #1
    Just Joined!
    Join Date
    Jun 2005
    Posts
    40

    FC3 "libstdc++.so.5: cannot open shared ob..."



    I get this error on Fedora Core 3.

    libstdc++.so.5: cannot open shared object file: No such file or directory
    Can anyone help me please? Thanks

  2. #2
    Just Joined! jordower's Avatar
    Join Date
    Feb 2005
    Location
    in front of my computer
    Posts
    64
    i had this problem a few days ago
    i just updated the libstdc++ package and it worked fine

  3. #3
    Just Joined!
    Join Date
    Jun 2005
    Posts
    40
    How did you update it?

  4. #4
    Linux Newbie
    Join Date
    Jan 2005
    Location
    India
    Posts
    110
    running wat application did you get that error?

  5. #5
    Linux User nalg0rath's Avatar
    Join Date
    Sep 2004
    Location
    Stockholm
    Posts
    303
    Quote Originally Posted by hlstriker
    How did you update it?
    Code:
    # yum update compat-libstdc++
    If you have not run yum before you might have to do the following before executing the above command.
    Code:
    # yum check-update

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •