Package: odt2txt
Version: 0.4-1
Severity: serious
Justification: Policy 3.5


odt2txt does not work out of the box:

$ odt2txt
odt2txt: error while loading shared libraries: libz.so.1: cannot open shared
object file: No such file or directory

$ ldd /usr/bin/odt2txt
        linux-gate.so.1 =>  (0xf770f000)
        libz.so.1 => not found
        libc.so.6 => /lib32/libc.so.6 (0xf75ad000)
        /lib/ld-linux.so.2 (0xf7710000)


Installing the lib32z1 package fixes the problem:
$ ldd /usr/bin/odt2txt
        linux-gate.so.1 =>  (0xf775b000)
        libz.so.1 => /usr/lib32/libz.so.1 (0xf772a000)
        libc.so.6 => /lib32/libc.so.6 (0xf75e6000)
        /lib/ld-linux.so.2 (0xf775c000)


-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages odt2txt depends on:
ii  libc6                   2.10.2-6         Embedded GNU C Library: Shared lib
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

odt2txt recommends no packages.

odt2txt suggests no packages.

-- no debconf information

Attachment: signature.asc
Description: Digital signature

Reply via email to