linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Installation and Setup - Newbie Questions


From: Bernhard Kaiser
Subject: Re: [Linphone-developers] Installation and Setup - Newbie Questions
Date: Tue, 29 Dec 2015 22:05:53 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Ok, some news: I found the instructions in the mailinglist's archive [1] - with it I could come one step further and get the package itself compiled.

Now to the HelloWorld program [2].

According to [3] I have to compile with some flags. This is what comes up in my system:
 $ pkg-config --libs --cflags linphone
-DMS_FIXED_POINT -D_REENTRANT -I/usr/local/include -I/usr/local/include/linphone -I/usr/local/include -L/usr/local/lib -llinphone -lmediastreamer_base -lmediastreamer_voip -lortp -lpthread -lrt

With those flags I can compile the HelloWorld program without error, but when executing, I get the following message:

$ ./helloworld
./helloworld: error while loading shared libraries: liblinphone.so.8: cannot open shared object file: No such file or directory

Does somebody know how to cope with this issue?

What I've done:
in <projectDir>/linphone/belle-sip:
$ ./autogen
$ ./configure
$ make && sudo make install

in <projectDir>/linphone:
$ ./autogen
$ ./configure --disable-x11 --enable-gtk_ui=no --enable-video=no --enable-console_ui=no --enable-tools=no
$ make V=1 CFLAGS="-Wno-error"
$ sudo make install

[1] https://lists.gnu.org/archive/html/linphone-developers/2014-07/txtQHXnrW3YUP.txt
[2] http://www.linphone.org/docs/liblinphone/group__basic__call__tutorials.html
[3] https://wiki.linphone.org/wiki/index.php/Getting_started:unix

Am 29.12.2015 um 05:38 schrieb ali Eblice:
for belle sip :
download belle-sip from linphone website and compile and install it
fore the other questions sadfully i don't know
/mailman/listinfo/linphone-developers


--
Best Regards,
Bernhard




reply via email to

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