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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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
thank !!! but why do not loading shared libraries auto install ?