[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Linphone-users] help : linphone-2.1.1 can not find eXosip2-3.0.3-2
From: |
Simon Morlat |
Subject: |
Re: [Linphone-users] help : linphone-2.1.1 can not find eXosip2-3.0.3-2 headers and libs |
Date: |
Wed, 14 May 2008 12:24:50 +0200 |
User-agent: |
KMail/1.9.9 |
Hi,
You are installing your software with un-standard installation paths.
You should configure osip, exosip, speex, readline with --prefix=/usr/local ,
run make and make install.
Then configure linphone without any argument and that should work.
Simon
Le Saturday 12 April 2008 16:36:58 许赵云, vous avez écrit :
> Hi,all,
>
> I am compiling linphone-2.1.1 on Fedora Core 6.
>
> I have installed
> - libosip2-3.0.3-2 at /usr/local/libosip2
> - libeXosip2-3.0.3-2 at /usr/local/libeXosip2
> - speex-1.1.10 at /usr/local/speex
> - readline-5.2 at /usr/local/readline
>
> I used this command line to configure linpone:
>
> ./configure CPPFLAGS="-I/usr/local/libeXosip2/include
> -I/usr/local/speex/include" LDFLAGS="-I/usr/local/libeXosip2/lib
> -L/usr/local/speex/lib/" --prefix=/usr/local/linphone --disable-ipv6
> --enable-console_ui=yes --enable-gtk_ui=no --disable-video
> --with-readline=/usr/local/readline --with-osip=/usr/local/libosip2
> --without-ffmpeg --without-sdl --disable-libtool-lock --disable-nls
> --disable-rpath --enable-manual --disable-truespeech --disable-rsvp
> --enable-alsa --disable-artsc --enable-portaudio --disable-external-ortp
>
> but I have the following error:
>
> checking eXosip2/eXosip.h usability... no
> checking eXosip2/eXosip.h presence... no
> checking for eXosip2/eXosip.h... no
> configure: error: Could not find eXosip2 headers !
>
> then I copied the headers and libs of eXosip2 from /usr/local/libeXosip2 to
> /usr/local/libosip2,
> after that I configured again with above configure script,
> this time linphone can find eXosip2 headers,
> but it cann't find eXosip2 libs,
> see the following error msg:
>
> checking eXosip2/eXosip.h usability... yes
> checking eXosip2/eXosip.h presence... yes
> checking for eXosip2/eXosip.h... yes
> checking for eXosip_subscribe_remove in -leXosip2... no
> configure: error: Could not find eXosip2 library with version >= 3.0.2 !
>
> then I export the LD_LIBRARY_APTH,
> export LD_LIBRARY_PATH=/usr/local/libeXosip2/lib
> but it still shows
>
> checking for eXosip_subscribe_remove in -leXosip2... no
> configure: error: Could not find eXosip2 library with version >= 3.0.2 !
>
> Can anyone tell me what 's the problem?
> I have informed the linphone of eXosip2 with {
> CPPFLAGS="-I/usr/local/libeXosip2/include -I/usr/local/speex/include"
> LDFLAGS="-I/usr/local/libeXosip2/lib -L/usr/local/speex/lib/" }
> I also tried to change the LD_LIBRARY_PATH { export
> LD_LIBRARY_PATH=/usr/local/libeXosip2/lib }
> but why linphone still can not find eXosip2?
> Is there other way to inform linphone of eXosip2?
>
> I have no idea what to do now !
>
> Any suggestion will be apprecaited!
> Thanks!
>
> Proteus
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Linphone-users] help : linphone-2.1.1 can not find eXosip2-3.0.3-2 headers and libs,
Simon Morlat <=