scottstamp / PokemonGo-Map

Reuploaded from AHAAAAAAA/PokemonGo-Map with latest fixes
GNU Affero General Public License v3.0
23 stars 23 forks source link

`GLIBC_2.14' not found #20

Closed eintim closed 7 years ago

eintim commented 7 years ago

Pokemon won't show up.

Expected Behavior

Current Behavior

2016-08-07 10:59:37,121 [ search_worker_0][ search][ WARNING] Exception while downloading map: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /root/PoGoMap/pogom/libencrypt.so) 2016-08-07 10:59:37,121 [ search_worker_0][ search][ ERROR] Search step 1 area download failed, retyring request in 7 seconds

Your Environment

onlyby commented 7 years ago

Add to /etc/apt/sources.list

    deb http://ftp.iinet.net.au/debian/debian wheezy main contrib non-free
    deb http://ftp.iinet.net.au/debian/debian wheezy-backports main
    deb http://ftp.iinet.net.au/debian/debian jessie main contrib non-free 

Then

sudo apt-get update
sudo apt-get install libc6-dev
Cammo009 commented 7 years ago

go into the pogom folder then open search.py in a text editor.

Look for root/PoGoMap/pogom/libencrypt.so and set it to the path of the pogom folder.