vctfence / scrapbee

Mozilla Public License 2.0
40 stars 22 forks source link

Error scrapbee_backend #43

Closed i-mirror closed 4 years ago

i-mirror commented 4 years ago

UBUNTU 20.04 scrapbee_backend: 1.7.3 scrapbee_backend: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found

BlindB0 commented 4 years ago

Confirm. Kubuntu 20.04 Last updated glibc is 2.31 Version 2.32 only in ubuntu 20.10

vctfence commented 4 years ago

Hi, please compile backend for yourself if you like to: env GOARCH=amd64 go build -o scrapbee_backend -ldflags "-s -w" scrapbee_backend.go or env GOARCH=386 go build -o scrapbee_backend -ldflags "-s -w" scrapbee_backend.go

You can find scrapbee_backend.go here: https://github.com/vctfence/scrapbee_backend

BlindB0 commented 4 years ago

Made it. Works just fine. Thanks!

i-mirror commented 4 years ago

Works fine. Thanks!