Le 26.10.2018 10:00, Romain Francoise a écrit :
Hi,

On Fri, Oct 26, 2018 at 9:45 AM Thomas Nemeth <[email protected]> wrote:
I'm using an debian testing on an i386 system. The problem does not
    affect amd64, only i386. When I start tmux I got the following
    message :

tmux: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

Thanks for the report. Are you 100% sure that the tmux binary is from
the Debian package?

Yes, I'm positive it comes from the debian repositories. As I said, it's like that on i386 but amd64 is not impacted. the amd64 version of the package is correctly linked :

ldd $(which tmux)
        linux-vdso.so.1 (0x00007ffe3fb7a000)
libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007fdfd8121000) libutempter.so.0 => /usr/lib/x86_64-linux-gnu/libutempter.so.0 (0x00007fdfd7f1e000) libtinfo.so.6 => /lib/x86_64-linux-gnu/libtinfo.so.6 (0x00007fdfd7ef0000) libevent-2.1.so.6 => /usr/lib/x86_64-linux-gnu/libevent-2.1.so.6 (0x00007fdfd7c9a000) libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007fdfd7c81000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fdfd7ac4000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fdfd7aa1000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fdfd81e5000)


    On my i386 system here is what I get :

dpkg -l | grep tmux
ii tmux 2.8-1 i386 terminal multiplexer

[...]

LC_ALL=C apt-cache show tmux
Package: tmux
Version: 2.8-1
Installed-Size: 724
Maintainer: Romain Francoise <[email protected]>
Architecture: i386
Depends: libc6 (>= 2.27), libevent-2.1-6 (>= 2.1.8-stable), libtinfo6 (>= 6), libutempter0 (>= 1.1.5)
Description-en: terminal multiplexer
 tmux enables a number of terminals (or windows) to be accessed and
 controlled from a single terminal like screen. tmux runs as a
 server-client system. A server is created automatically when necessary
 and holds a number of sessions, each of which may have a number of
 windows linked to it. Any number of clients may connect to a session,
 or the server may be controlled by issuing commands with tmux.
 Communication takes place through a socket, by default placed in /tmp.
 Moreover tmux provides a consistent and well-documented command
 interface, with the same syntax whether used interactively, as a key
 binding, or from the shell. It offers a choice of vim or Emacs key
 layouts.
Description-md5: dc6ff920cb9183a42694d0ea54835078
Homepage: https://tmux.github.io/
Tag: hardware::input:keyboard, implemented-in::c, interface::text-mode,
 role::program, scope::application, works-with::software:running
Section: admin
Priority: optional
Filename: pool/main/t/tmux/tmux_2.8-1_i386.deb
Size: 323668
MD5sum: 1ec5dad780ad14f88f6586dc13e01fa5
SHA256: 53c5ebfdd0bbcedbd6b4572b17ce42ebee875f807b9115d2792a031f98913cf8

Reply via email to