Skip to content

Cannot install curl on CentOS7 #1176

Answered by neheb
neheb asked this question in Linux
Apr 1, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

I found the issue. Both of those symlinks are bad. They point to OS directories that don't exist.

lrwxrwxrwx. 1 mangix mangix   35 Oct 10  2017 libgcc_s.so.1 -> /lib/x86_64-linux-gnu/libgcc_s.so.1
lrwxrwxrwx. 1 mangix mangix   72 Oct 10  2017 libstdc++.so.6 -> /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libstdc++.so.6

I have no idea how those paths were derived. CentOS 7 has GCC4, not 5.

Manually fixing those symlinks fixed the issue.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@neheb
Comment options

@danielnachun
Comment options

@neheb
Comment options

Answer selected by neheb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Linux
Labels
None yet
2 participants