Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Linux, Apache, MySQL, PHP
  4. Open Suse Linux

Open Suse Linux

Scheduled Pinned Locked Moved Linux, Apache, MySQL, PHP
linuxhelp
5 Posts 3 Posters 3 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    ForNow
    wrote on last edited by
    #1

    I got the following error trying to install a package error while loading shared libraries libio_misc.so I am not familiar with Linux would anyone know what this means

    L A 2 Replies Last reply
    0
    • F ForNow

      I got the following error trying to install a package error while loading shared libraries libio_misc.so I am not familiar with Linux would anyone know what this means

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      The message tells you it had trouble loading a .so file (a shared object file, similar to a .dll in Windows). However with that little detail it is anyone's guess what the actual problem is.

      F 1 Reply Last reply
      0
      • L Lost User

        The message tells you it had trouble loading a .so file (a shared object file, similar to a .dll in Windows). However with that little detail it is anyone's guess what the actual problem is.

        F Offline
        F Offline
        ForNow
        wrote on last edited by
        #3

        I was trying to install IBM zpdt package or rather executing a command I am wondering just as in the case of Windows DLL if I google the name can I some how download it ?

        L 1 Reply Last reply
        0
        • F ForNow

          I was trying to install IBM zpdt package or rather executing a command I am wondering just as in the case of Windows DLL if I google the name can I some how download it ?

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Possibly, but you will need to first find out why it failed before.

          1 Reply Last reply
          0
          • F ForNow

            I got the following error trying to install a package error while loading shared libraries libio_misc.so I am not familiar with Linux would anyone know what this means

            A Offline
            A Offline
            Albert Holguin
            wrote on last edited by
            #5

            Probably couldn't find the library. First, search your system to see if you have that library (look in /usr/lib, /usr/local/lib, or multiarch lib paths[^] if Suse supports them), if you don't find it do an online search to see what package that library is a part of and install that package. If you find the library in your system already but you're still getting an error, it's also possible that whatever you're running is looking in the wrong location or under the wrong name. For example, if it's looking for libio_misc.so but your system has libio_misc.1.2.0.so (in which case, you just need a symbolic link). If the shared object file is in a non-standard location and you want to add search paths to the loader, you just have to define or add to the LD_LIBRARY_PATH environment variable.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups