Tmux installation problems
- by RayQuang
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