Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot download some libs. #60

Open
cccccyd opened this issue Aug 26, 2022 · 2 comments
Open

Cannot download some libs. #60

cccccyd opened this issue Aug 26, 2022 · 2 comments

Comments

@cccccyd
Copy link

cccccyd commented Aug 26, 2022

cccccyd@CYDsLaptop:~/LibcSearcher/libc-database$ ./download libc6_2.23-0ubuntu10_amd64
Getting libc6_2.23-0ubuntu10_amd64
Invalid ID, maybe the library was fetched in an older version or added manually?

It just says its an invalid ID, I don't know why this happened...

@cccccyd
Copy link
Author

cccccyd commented Aug 26, 2022

I noticed that some libs were not available on ubuntu mirror source. But I can find the right libc on https://libc.rip/. Maybe this site using the old version library of libc.

@gsingh93
Copy link

I'm running into a similar issue with libc6_2.27-3ubuntu1.4. I think the reason is because the URLs like http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/ only contain the latest version of the package pushed to any release channel (i.e. updates, security, etc.). libc.rip probably has that libc because it's continuously downloading and storing each libc.

The thing is, we should still be able to download the old releases from launchpad, i.e. https://launchpad.net/ubuntu/+source/glibc/2.27-3ubuntu1.4. So the download script could probably be improved to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants