linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Python API Compilation problems


From: Loïc Maudou
Subject: [Linphone-developers] Python API Compilation problems
Date: Tue, 2 Feb 2016 16:10:21 +0100

Hi,
I'm trying to compile python API for a raspberry pi 2 working with archlinux with video display support (I heard the already compiled version cannot display video).
I'm using cross compilation from an Archlinux computer using a toolchain generated by crosstool-ng.
I did manage to finish the process, but I get this strange warning during pylinphone configuration:

nm: « linphone »: pas de tel fichier (means "No such file" in french)
nm: « mediastreamer_base »: pas de tel fichier
nm: « mediastreamer_voip »: pas de tel fichier
nm: « ortp »: pas de tel fichier
nm: « bzrtp »: pas de tel fichier
nm: « bellesip »: pas de tel fichier
nm: « linphone »: pas de tel fichier
nm: « mediastreamer_base »: pas de tel fichier
nm: « mediastreamer_voip »: pas de tel fichier
nm: « ortp »: pas de tel fichier
nm: « bzrtp »: pas de tel fichier
nm: « bellesip »: pas de tel fichier

The installation of the wheel package works, but when I try to import linphone, I get this error message :

>>> from linphone import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/linphone/__init__.py", line 1, in <module>
    from linphone import *
ImportError: /usr/lib/python2.7/site-packages/linphone/linphone.so: undefined symbol: speex_echo_state_blob_get_data
b_get_data

It looks like the librairy where not used by pylinphone... I've been looking for the cause those 3 days but did not manage to find it...

Thanks in advance for your help !

Loïc

reply via email to

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