GetPoplog / Seed

Scripts for getting Poplog onto your Linux machine
MIT License
8 stars 3 forks source link

Cannot build viable deb from ubuntu 18.04 #54

Closed willprice closed 3 years ago

willprice commented 3 years ago

From #53

On Ubuntu 18.04 LTS x86_64 a.k.a. Bionic the result is NOT successful. Here is the output after the apt-get install of the package completes

root@ubuntu18:/home/ubuntu# uname -r
4.15.0-151-generic
root@ubuntu18:/home/ubuntu# poplog teach teach
pop11: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by pop11)
willprice commented 3 years ago

I misunderstood. This only occurs when a deb built from 20.04 is deployed onto a 18.04 system. Therefore this is not an issue.