linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] can't create mcop directory


From: Simon Morlat
Subject: Re: [Linphone-developers] can't create mcop directory
Date: Tue, 28 Nov 2006 15:15:37 +0100
User-agent: KMail/1.9.5

Le lundi 27 novembre 2006 11:42, strk a écrit :
> I confirm the bug, these two libs are found outside the build tree:
>
>         libmediastreamer.so.0 =>
> /extra/linphone-cvs/lib/libmediastreamer.so.0 ( 0xb7a43000)
>         libortp.so.5 => /extra/linphone-cvs/lib/libortp.so.5 (0xb7a2e000)

I don't know how to fix it. The Makefile.ams correctly references the 
build-tree libraries.
I think it's a problem with libtool. It appeared when mediastreamer2 became a 
subproject (with its own configure script).
My recommendation is too always install shared libraries (run make install), 
or simply compile linphone with --disable-shared and use the static binaries 
(linphone,linphonec). This is the way I proceed currently.

Simon

>
> --strk;
>
> On Mon, Nov 27, 2006 at 11:38:53AM +0100, strk wrote:
> > On Mon, Nov 27, 2006 at 11:02:55AM +0100, Simon Morlat wrote:
> > > > mmm.. didn't help.
> > > > Don't even see any news about this in the ChangeLog actually..
> > >
> > > Did you compile with --disable-shared ?
> > > Recently I've seen that linphonec/linphone were sometimes linking
> > > against a libmediastreamer installed in /usr/lib or /usr/local/lib
> > > instead of the one in the sources...
> >
> > Mmm... this would be a bug, you can tell by making sure
> > the installed lib path is in you LD_LIBRARY_PATH and executing
> > libtool --mode=execute ldd console/linphonec
> > if *any* linphone lib is found outside the build tree it's a bug.
> >
> > --strk;




reply via email to

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