[SIP Beyond VoIP] build error: python-sipsimple (for sylkserver)
Stuart Marsden
stuart at myphones.com
Tue Jun 9 20:31:21 CEST 2015
Thanks
sorry - case of RTFM
I cant see what is the minimum version of Python - we are still running 2.6.6
Stuart
> On 9 Jun 2015, at 15:32, Saúl Ibarra Corretgé <saul at ag-projects.com> wrote:
>
>
> On 09 Jun 2015, at 16:13, Stuart Marsden <stuart at myphones.com> wrote:
>
>> Hi
>>
>> I wanted to try sylkserver
>>
>> running on Centos 6.6 I have installed ffmpeg 2.6.3
>> I am trying to install python-sipsimple 2.4
>>
>> I get this far.
>>
>
> Looks like you compiled ffmpeg by hand and only made a static build, which is not going to work unless you recompile with -fPIC, because python-sipsimple will build a shared library and embed it. You should instead compile it as a shared library, by following the instructions in docs/Dependencies.txt:
>
> ./configure --enable-shared --disable-static --enable-memalign-hack --enable-gpl --enable-libx264 --disable-avdevice --disable-swresample --disable-postproc
>
>
> Cheers,
>
> --
> Saúl Ibarra Corretgé
> AG Projects
>
>
>
>
>
> _______________________________________________
> SIPBeyondVoIP mailing list
> SIPBeyondVoIP at lists.ag-projects.com
> http://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip
More information about the SIPBeyondVoIP
mailing list