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
_______________________________________________
Linphone-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/linphone-users