From kde-core-devel Sun Oct 28 20:46:48 2007 From: Alexander Neundorf Date: Sun, 28 Oct 2007 20:46:48 +0000 To: kde-core-devel Subject: Re: Some libraries are not found without LD_LIBRARY_PATH mangling Message-Id: <200710282146.49109.neundorf () kde ! org> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=119360442911002 Hi Thiago, On Saturday 27 October 2007, Thiago Macieira wrote: > Andras Mantia wrote: > > For me startkde fails to bring up the KDE4 desktop, and as I saw the > >main reason is that some applications fail to find the shared libraries > >they are linked to. > > When running cmake, add: > > -DKDE4_USE_ALWAYS_FULL_RPATH=ON Objections against making this the default behaviour and removing the option ? (otherwise it will always break if a library links to another library which is in a directory which is not in the RPATH of the executable (which doesn't link directly to that library) and which could only be found by the RPATH of the library) Alex