On Tue, 2015-04-14 at 15:08 +0200, Daniel CLEMENT wrote: > Le mardi 14 avril 2015 à 14:24 +0200, Patrick Ohly a écrit : > > [...] > > > > Also double-check that you are using the modified libsynthesis. > > > > > > 2) How can I ascertain this? I assumed it was enough to start > > > syncevolution with the full path to the compiled version. > > > > You are right, libtool shell wrappers take care of that. However, other > > files (like XML fragments) need to be installed unless additional env > > variables get set as describe in the main README - I got a bit confused > > here myself. Typically I develop with shared libs disabled. > > > > To verify, run > > LD_DEBUG=files src/syncevolution --version --daemon=no 2>&1 | grep > > libsynthesis > > I assume /usr/local/bin/syncevolution (there's no /src/syncevolution)
There is, in your compile directory. It's a shell script with sets LD_LIBRARY_PATH such that it uses the uninstalled shared libraries. I thought you were running without "make install". Once you do that, you are on your own regarding LD_LIBRARY_PATH. Graham's suggestion should work. -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. _______________________________________________ SyncEvolution mailing list [email protected] https://lists.syncevolution.org/mailman/listinfo/syncevolution
