> /usr/local/bin$ linphone-3 &
> linphone-3: error while loading shared libraries: libortp.so.8: cannot
> open shared object file: No such file or directory [1] 7458
> [1]+  Exit 127                linphone-3

By default, on linux, sources packages install their binaries into /usr/local 
prefix directory. The dynamic linker has to be configured to search for 
libraries in /usr/local/lib for this to work.
you can do either
LD_LIBRARY_PATH=/usr/local/lib linphone-3
or add 
export LD_LIBRARY_PATH into your ~/.bashrc so that it will work in everywhere 
after a restart, without specifying LD_LIBRARY_PATH on the command line.
Note that this is not specific to linphone. It is the same for every source 
package that you would compile and install.

Simon



_______________________________________________
Linphone-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/linphone-users

Reply via email to