tmux: error while loading shared libraries: libevent-2.0.so.5
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
After upgrade ubuntu 16 to 18. I got this error when execute tmux
tmux: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory
and here's result when I execute ldd $(which tmux)
linux-vdso.so.1 (0x00007ffd9878a000)
libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007f5588dfc000)
libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x00007f5588bd2000)
libevent-2.0.so.5 => not found
libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f55889b7000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f55885c6000)
/lib64/ld-linux-x86-64.so.2 (0x00007f5588fff000
linux ubuntu tmux
add a comment |Â
up vote
0
down vote
favorite
After upgrade ubuntu 16 to 18. I got this error when execute tmux
tmux: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory
and here's result when I execute ldd $(which tmux)
linux-vdso.so.1 (0x00007ffd9878a000)
libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007f5588dfc000)
libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x00007f5588bd2000)
libevent-2.0.so.5 => not found
libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f55889b7000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f55885c6000)
/lib64/ld-linux-x86-64.so.2 (0x00007f5588fff000
linux ubuntu tmux
Did you try installing it?
â Ignacio Vazquez-Abrams
May 9 at 2:29
tmux on Ubuntu 18 shouldn't depend on libevent-2.0.so.5 (but on *-2.1.so.6 ). I think your dist-upgrade wasn't complete or didn't work fine. Since I'm using Debian and not Ubuntu I can't guess more than that.
â A.B
May 9 at 6:46
See stackoverflow.com/questions/50244429/⦠â compat-libevent2-5_2.0.21-1ubuntu18_amd64.deb
â Knud Larsen
May 9 at 9:06
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
After upgrade ubuntu 16 to 18. I got this error when execute tmux
tmux: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory
and here's result when I execute ldd $(which tmux)
linux-vdso.so.1 (0x00007ffd9878a000)
libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007f5588dfc000)
libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x00007f5588bd2000)
libevent-2.0.so.5 => not found
libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f55889b7000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f55885c6000)
/lib64/ld-linux-x86-64.so.2 (0x00007f5588fff000
linux ubuntu tmux
After upgrade ubuntu 16 to 18. I got this error when execute tmux
tmux: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory
and here's result when I execute ldd $(which tmux)
linux-vdso.so.1 (0x00007ffd9878a000)
libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007f5588dfc000)
libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x00007f5588bd2000)
libevent-2.0.so.5 => not found
libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f55889b7000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f55885c6000)
/lib64/ld-linux-x86-64.so.2 (0x00007f5588fff000
linux ubuntu tmux
asked May 9 at 1:48
Sastra Nababan
11
11
Did you try installing it?
â Ignacio Vazquez-Abrams
May 9 at 2:29
tmux on Ubuntu 18 shouldn't depend on libevent-2.0.so.5 (but on *-2.1.so.6 ). I think your dist-upgrade wasn't complete or didn't work fine. Since I'm using Debian and not Ubuntu I can't guess more than that.
â A.B
May 9 at 6:46
See stackoverflow.com/questions/50244429/⦠â compat-libevent2-5_2.0.21-1ubuntu18_amd64.deb
â Knud Larsen
May 9 at 9:06
add a comment |Â
Did you try installing it?
â Ignacio Vazquez-Abrams
May 9 at 2:29
tmux on Ubuntu 18 shouldn't depend on libevent-2.0.so.5 (but on *-2.1.so.6 ). I think your dist-upgrade wasn't complete or didn't work fine. Since I'm using Debian and not Ubuntu I can't guess more than that.
â A.B
May 9 at 6:46
See stackoverflow.com/questions/50244429/⦠â compat-libevent2-5_2.0.21-1ubuntu18_amd64.deb
â Knud Larsen
May 9 at 9:06
Did you try installing it?
â Ignacio Vazquez-Abrams
May 9 at 2:29
Did you try installing it?
â Ignacio Vazquez-Abrams
May 9 at 2:29
tmux on Ubuntu 18 shouldn't depend on libevent-2.0.so.5 (but on *-2.1.so.6 ). I think your dist-upgrade wasn't complete or didn't work fine. Since I'm using Debian and not Ubuntu I can't guess more than that.
â A.B
May 9 at 6:46
tmux on Ubuntu 18 shouldn't depend on libevent-2.0.so.5 (but on *-2.1.so.6 ). I think your dist-upgrade wasn't complete or didn't work fine. Since I'm using Debian and not Ubuntu I can't guess more than that.
â A.B
May 9 at 6:46
See stackoverflow.com/questions/50244429/⦠â compat-libevent2-5_2.0.21-1ubuntu18_amd64.deb
â Knud Larsen
May 9 at 9:06
See stackoverflow.com/questions/50244429/⦠â compat-libevent2-5_2.0.21-1ubuntu18_amd64.deb
â Knud Larsen
May 9 at 9:06
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f442667%2ftmux-error-while-loading-shared-libraries-libevent-2-0-so-5%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Did you try installing it?
â Ignacio Vazquez-Abrams
May 9 at 2:29
tmux on Ubuntu 18 shouldn't depend on libevent-2.0.so.5 (but on *-2.1.so.6 ). I think your dist-upgrade wasn't complete or didn't work fine. Since I'm using Debian and not Ubuntu I can't guess more than that.
â A.B
May 9 at 6:46
See stackoverflow.com/questions/50244429/⦠â compat-libevent2-5_2.0.21-1ubuntu18_amd64.deb
â Knud Larsen
May 9 at 9:06