Skip to content

base-multiarch-lts 16.4.1 update missed tmux #80

Description

@jclulow

In the last couple of days I did a pkgin up and a pkgin fug in my base-multiarch-lts 16.4.1 zone. After doing this, tmux stopped working. There appeared to have been an update to libevent from 2.0.22nb1 to 2.1.8nb1, after which tmux could not find the right libraries:

$ ldd $(which tmux)
        libxnet.so.1 =>  /lib/libxnet.so.1
        libsocket.so.1 =>        /lib/libsocket.so.1
        libnsl.so.1 =>   /lib/libnsl.so.1
        libevent-2.0.so.5 =>     (file not found)
        libncurses.so.6 =>       /opt/local/lib/libncurses.so.6
        libresolv.so.2 =>        /lib/libresolv.so.2
        libumem.so.1 =>  /lib/libumem.so.1
        libssp.so.0 =>   /opt/local/gcc49/runtime/lib/./libssp.so.0
        libc.so.1 =>     /lib/libc.so.1
        libmp.so.2 =>    /lib/libmp.so.2
        libmd.so.1 =>    /lib/libmd.so.1
        libgcc_s.so.1 =>         /opt/local/gcc49/runtime/lib/./libgcc_s.so.1
        libm.so.2 =>     /lib/libm.so.2

@jperkin told me to try a pkg_add -U tmux, which resolved the issue.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions