linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] missing shared object file when importing self


From: Russell
Subject: Re: [Linphone-developers] missing shared object file when importing self-built linphone python module
Date: Fri, 24 Jul 2015 11:53:57 +0800

Thanks, Ghislain.
As you told, the build instructions can help me build a workable linphone4raspberry module after I reverted all my modifications.

ps: I modified the source code to enable GLX forceably, otherwise linphone ran on raspberry pi would be aborted when video is enabled, because it cannot find a suitable video display filter. I also modified mediastreamer2 so that it only display first frame of preview image when video is enabled, because GLX video display is really slow. I will check what I modified has made the build scripts work wrong.

Russell

On Thu, Jul 23, 2015 at 5:02 PM, Ghislain MARY <address@hidden> wrote:
You do not need to change anything. If you use these instructions it will search for libraries in the OUTPUT and raspbian-rootfs directories only.

Cheers,
Ghislain


Le 23/07/2015 10:51, Russell a écrit :
Thanks, Ghislain

That is exactly what I was following. I am trying to modify the Find*.cmake files, to let them search those libraries in hard coded OUTPUT directory.

On Thu, Jul 23, 2015 at 4:49 PM, Ghislain MARY <address@hidden> wrote:
Hi,

The build instructions are detailed at https://wiki.linphone.org/wiki/index.php/Raspberrypi:start

Cheers,
Ghislain


Le 23/07/2015 04:19, Russell a écrit :
Hi, All

I have built the python module for raspberry pi. 
When importing the module, an ImportError says that libsrtp.so.1.4.5 cannot be found, so I install srtp from source. But then again it complains that libpolarssl.so.0 cannot be found.

I know linphone depends on srtp and polarssl, and some other libraries. and liphone-cmake-builder seems to reference the shared libraries in system directory rather than the built static libraries in OUTPUT directory. How can I make the builder to reference static libraries instead of shared object files, so that I can simply install the built linphone module without install all these dependencies?? The ones provided in the linphone snapshot lists can be simply installed and imported, how they are built?

Thanks in advance.


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers




_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers



reply via email to

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