OSError: libc.musl-x86_64.so.1: cannot open shared object file: No such file or directory

See original GitHub issue

Getting this

OSError: libc.musl-x86_64.so.1: cannot open shared object file: No such file or directory

with tutorial example on Ubuntu 16.04

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

73reactions
kaxapcommented, Nov 12, 2018

Can be fixed with

apt-get install musl-dev

And then

ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1
5reactions
hanskokxcommented, Jul 14, 2021

Can be fixed with

apt-get install musl-dev

And then

ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1

My issue wasn’t with telegram, but this was the only useful bit of information I found. Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

libc.musl-x86_64.so.1: cannot open shared object file
if there is no file libc.so.6 in /usr/lib64 try to find it using find / -name 'libc.so*' . Dest file should be at...
Read more >
could not open '/lib/ld-musl-x86_64.so.1': no such file or directory
Getting this OSError: libc.musl-x86_64.so.1: cannot open shared object file: No such file or directory with tutorial example on Ubuntu 16.04.
Read more >
[Solved] cannot open shared object file Error in Ubuntu
Fix ing 'cannot open shared object file: No such file or directory' error. One quick way to fix this “error while loading shared...
Read more >
fix-broken install libcrypt.so.1 cannot open shared object file ...
Follow below step to fix apt upgrade issue:-cd /tmpapt -y download libcrypt1dpkg-deb -x libcrypt1_1%3a4.4.25-2_amd64.deb .cp -av ...
Read more >
error while loading shared libraries: libc.so.6: cannot open ...
libcuda.so.1: cannot open shared object file: No such file or directory. shell by Dark Duck on Sep 12 2020 Comment. 0.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found