I suspect there are only two possible solutions to this problem.
Either link the binaries statically (not a good idea in general, and
not guaranteed to work), or get the zlib shared library moved to
/lib/.

Is this problem still present, btw?  When using ldd, neither of the
programs in version 1.101-kdump10-2 show libz as a dependency:

  % ldd /sbin/kexec
          linux-gate.so.1 =>  (0xffffe000)
          libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e14000)
          /lib/ld-linux.so.2 (0xb7f5e000)
  % ldd /sbin/kdump
          linux-gate.so.1 =>  (0xffffe000)
          libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e80000)
          /lib/ld-linux.so.2 (0xb7fca000)
  %

Happy hacking,
-- 
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to