Menu

error while loading shared libraries

Help
2003-12-06
2013-05-28
  • Nobody/Anonymous

    Hi!

    when trying to start up siproxd i get the following error:

    error while loading shared libraries: libosipparser2.so.2: cannot open shared object file:  No such file or directory

    i have libosip installed. could siproxd be looking in the wrong libraries folder? where should the libosip libraries go so siproxd can find them ?

    Thanks for helping out,

    Leonard

     
    • Thomas Ries

      Thomas Ries - 2003-12-06

      Siproxd does not search for the shared libs at some special places,
      so this is a OS issue.

      Where do you have the libosip2 libraries installed?

      What does the following command return?
      $ ldconfig -p|grep libosip

      If you don't get any output about the libosip2 library, it probably is
      installed in a location where the dynamic resolver cannot find them.
      Check the /etc/ld.so.conf file that the directory is included there,
      or edit the file and include it. Then run (as root):
      # ldconfig
      and try again the check above.

      /Thomas

       
    • Nobody/Anonymous

      thank !!! but why do not loading shared libraries auto install ?

       

Log in to post a comment.