On Fri, Dec 22, 2000 at 02:45:12PM -0600, Adam Heath wrote: > > Use dpkg-dev 1.7.2(1.7.0 and 1.7.1 had minor problems). They no longer use > ldd, but instead use objdump. >
That's not true. Latest dpkg-shlibdeps uses ldd/objdump together. It uses objdump to get the list of library deps, and then maps it against ldd output to get the full PATH to just these libraries. So yes, it is quite reasonable to require using LD_LIBRARY_PATH to let dpkg-shlibdeps(ldd) know where this library is, even if you have shlibs.local. The reason being is that it needs to know the path to the library in order to map it correctly. It doesn't know that this belongs to the local build unless it can see the directory. -- -----------=======-=-======-=========-----------=====------------=-=------ / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=========------=======-------------=-=-----=-===-======-------=--=---'

