On 14/04/15 14:08, Daniel CLEMENT wrote: > How could I force the use of this last path?
Like Patrick, I normally debug with shared libs disabled. Unfortunately library searching has now become very complicated (well beyond my understanding, particularly with multiarch). However, I have, in the past, had success using: LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/lib (it needs to be put in front of the syncevolution command in the commandline). Try: LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/lib \ LD_DEBUG=files \ /usr/local/bin/syncevolution --daemon=no 2>&1 \ | grep libsynthesis Graham _______________________________________________ SyncEvolution mailing list [email protected] https://lists.syncevolution.org/mailman/listinfo/syncevolution
