Tmux won't run

Issue #115 resolved
David Schmidt created an issue

I installed tmux using yum (yum install tmux) on a 7.4 system.

When I try to use it (over SSH) I get

[USERNAME@HOSTNAME:~]$ tmux
Could not load program tmux:
rtld: 0712-001 Symbol libutil_flock was referenced
from module tmux(), but a runtime definition
of the symbol was not found.
rtld: 0712-002 fatal error: exiting.

Comments (3)

  1. Kevin Adler

    Sorry, looks like we forgot a runtime dependency on the correct libutil version. Updating libutil to the latest version should fix it.

  2. David Schmidt reporter

    Thank you Kevin that seemed to work for me.

    I also had to export LC_CTYPE=EN_US to fix the error: “tmux: need UTF-8 locale (LC_CTYPE) but have ISO8859-1” but after that everything started working.

  3. Log in to comment