Tmux installation problems
Posted
by
RayQuang
on Server Fault
See other posts from Server Fault
or by RayQuang
Published on 2011-01-16T11:17:17Z
Indexed on
2011/01/16
11:55 UTC
Read the original article
Hit count: 214
hI, I am trying to install the terminal multiplexer tmux on my Debian Lenny server so that I can have multiple terminals through ssh.
However I have had a lot of difficulty installing it from the debian package, and by compiling it. When I try the package it says something about the wrong version of libc6, and when I compile it I get the following error:
server.o: In function `server_start':
server.c:(.text+0x273): undefined reference to `event_reinit'
collect2: ld returned 1 exit status
make: *** [tmux] Error 1
Help would be very much appreciated, RayQuang
© Server Fault or respective owner