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

Re: dpkg-shlibdeps: error: couldn't find library libvtkCommonJava.so.5.2 needed by debian/libvtkgdcm-java/usr/lib/jni/libvtkgdcmJava.so (ELF format: 'elf64-x86-64'; RPATH: '').



On Wed, Jul 15, 2009 at 1:37 PM, Denis Barbier<bouzim@gmail.com> wrote:
> On 2009/7/15 Mathieu Malaterre wrote:
> [...]
>> I tried:
>>
>> LD_LIBRARY_PATH="/usr/lib/jni${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH"
>> dh_shlibdeps -v -a -l /usr/lib/jvm/default-java/lib
> [...]
>
> Oops, when called from a Makefile, dollar signs must be doubled, try
>  LD_LIBRARY_PATH="/usr/lib/jni$${LD_LIBRARY_PATH:+:}$$LD_LIBRARY_PATH"

Sweet ! That worked out nicely.


$ svn ci -m"Cleaner option. This avoid the ERROR: ld.so: object
'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded: ignored.
Thanks to Denis Barbier for patch."

I am CCing vtk maintainer as rules might benefit from this.

Thanks,
-- 
Mathieu


Reply to: