anyflip-downloader icon indicating copy to clipboard operation
anyflip-downloader copied to clipboard

libc.so.6: version `GLIBC_2.34' not found

Open 4sStylZ opened this issue 1 year ago • 1 comments

Describe the bug Got this during execution : 

asstylz@Blackbox-2:~/.local/bin$ ./anyflip-downloader https://www.warhammer.com/fr-FR/shop/kill-team-compendium-2021-eng
./anyflip-downloader: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./anyflip-downloader)
./anyflip-downloader: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./anyflip-downloader)

OS: Windows running Ubuntu via WSL2

Any idea ? :)

4sStylZ avatar Feb 25 '24 22:02 4sStylZ

It seems like your problem is the same as the one described in here Please try the following on your WSL Ubuntu

sudo apt update
sudo apt install libc6

However, I also saw that you are using an URL that is not supported. I understand that the name "anyflip" in this programs name can be confusing, but this downloader specifically only works with the "anyflip" website (anyflip.com). While I'm thinking about adding support for additional sites, the Warhammer website will probably not be part of the supported websites.

Lofter1 avatar Mar 17 '24 17:03 Lofter1