linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] Linphone Address book not saved


From: Simon Morlat
Subject: Re: [Linphone-users] Linphone Address book not saved
Date: Thu, 18 Jun 2009 10:29:05 +0200
User-agent: KMail/1.11.4 (Linux/2.6.29-2-amd64; KDE/4.2.4; x86_64; ; )

> /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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]