Re: [Development] RPATH in libraries

2013-08-06 Thread Thiago Macieira
On terça-feira, 6 de agosto de 2013 23:22:10, Konrad Rosenbaum wrote: > Ok, I found the answer to my own question: DT_RUNPATH is radically different > from DT_RPATH - if it was only evaluated after $LD_LIBRARY_PATH it would > not be a problem, but it also does not apply to libraries loaded by the >

Re: [Development] RPATH in libraries

2013-08-06 Thread Konrad Rosenbaum
Hi, On Tuesday 06 August 2013 17:10:31 Thiago Macieira wrote: > On terça-feira, 6 de agosto de 2013 15:41:21, Konrad Rosenbaum wrote: > > On Sunday 04 August 2013 18:51:10 Thiago Macieira wrote: > > > On domingo, 4 de agosto de 2013 10:20:51, Dmitry Ashkadov wrote: > > > > LDD finds library using

Re: [Development] RPATH in libraries

2013-08-06 Thread Thiago Macieira
On terça-feira, 6 de agosto de 2013 15:41:21, Konrad Rosenbaum wrote: > On Sunday 04 August 2013 18:51:10 Thiago Macieira wrote: > > On domingo, 4 de agosto de 2013 10:20:51, Dmitry Ashkadov wrote: > > > LDD finds library using RPATH first of all, so, for local installed Qt5 > > > > That's why RPA

Re: [Development] RPATH in libraries

2013-08-06 Thread Konrad Rosenbaum
On Sunday 04 August 2013 18:51:10 Thiago Macieira wrote: > On domingo, 4 de agosto de 2013 10:20:51, Dmitry Ashkadov wrote: > > LDD finds library using RPATH first of all, so, for local installed Qt5 > > That's why RPATH was deprecated and replaced with RUNPATH. Stupid question: is there a reason

Re: [Development] RPATH in libraries

2013-08-05 Thread Thiago Macieira
On domingo, 4 de agosto de 2013 10:20:51, Dmitry Ashkadov wrote: > Hello! > > I have a problem with Qt 5.1. All Qt libraries have RPATH installed: > > system Qt: > > $ objdump -x /usr/lib64/libQt5Quick.so | grep RPATH > > > > RPATH/usr/lib64 > > local Qt: > > $ objdump -x ~/b