tmux: error while loading shared libraries: libevent-2.0.so.5

The name of the pictureThe name of the pictureThe name of the pictureClash 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






share|improve this question



















  • 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














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






share|improve this question



















  • 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












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






share|improve this question











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








share|improve this question










share|improve this question




share|improve this question









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
















  • 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















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















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



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














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













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay