On Tue, 2007-05-29 at 12:03 +0200, Petter Reinholdtsen wrote:
> 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)
>   %

ia64 version is still compiled with libz support:

# dpkg -l kexec-tools
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
ii  kexec-tools    20070330-1     kexec tool


# ldd /sbin/kexec
        linux-gate.so.1 =>  (0xa000000000000000)
        libz.so.1 => /usr/lib/libz.so.1 (0x2000000000048000)
        libc.so.6.1 => /lib/tls/libc.so.6.1 (0x2000000000080000)
        /lib/ld-linux-ia64.so.2 (0x2000000000000000)

-- 
Khalid
=======================
[EMAIL PROTECTED]



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

Reply via email to