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

Can't run prebuilt: got error /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found #48

Open
reworkdev opened this issue Nov 9, 2023 · 1 comment

Comments

@reworkdev
Copy link

Download prebuild from https://github.com/maaslalani/invoice/releases
https://github.com/maaslalani/invoice/releases/download/v0.1.0/invoice_0.1.0_linux_amd64.tar.gz

$ invoice
invoice: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by invoice)
invoice: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by invoice)
@reworkdev
Copy link
Author

and i anal it, found nothing to do with libc ---

$ go version -m /usr/local/bin/invoice
/usr/local/bin/invoice: go1.20.5
	path	github.com/maaslalani/invoice
	mod	github.com/maaslalani/invoice	(devel)
	dep	github.com/fsnotify/fsnotify	v1.6.0	h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
	dep	github.com/hashicorp/hcl	v1.0.0	h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
	dep	github.com/magiconair/properties	v1.8.7	h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=
	dep	github.com/mitchellh/mapstructure	v1.5.0	h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
	dep	github.com/pelletier/go-toml/v2	v2.0.8	h1:0ctb6s9mE31h0/lhu+J6OPmVeDxJn+kYnJc2jZR9tGQ=
	dep	github.com/phpdave11/gofpdi	v1.0.14-0.20211212211723-1f10f9844311	h1:zyWXQ6vu27ETMpYsEMAsisQ+GqJ4e1TPvSNfdOPF0no=
	dep	github.com/pkg/errors	v0.9.1	h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
	dep	github.com/signintech/gopdf	v0.18.0	h1:ktQSrhoeQSImPBIIH9Z3vnTJZXCfiGYzgYW2Vy5Ff+c=
	dep	github.com/spf13/afero	v1.9.5	h1:stMpOSZFs//0Lv29HduCmli3GUfpFoF3Y1Q/aXj/wVM=
	dep	github.com/spf13/cast	v1.5.1	h1:R+kOtfhWQE6TVQzY+4D7wJLBgkdVasCEFxSUBYBYIlA=
	dep	github.com/spf13/cobra	v1.7.0	h1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I=
	dep	github.com/spf13/jwalterweatherman	v1.1.0	h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=
	dep	github.com/spf13/pflag	v1.0.5	h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
	dep	github.com/spf13/viper	v1.16.0	h1:rGGH0XDZhdUOryiDWjmIvUSWpbNqisK8Wk0Vyefw8hc=
	dep	github.com/subosito/gotenv	v1.4.2	h1:X1TuBLAMDFbaTAChgCBLu3DU3UPyELpnF2jjJ2cz/S8=
	dep	golang.org/x/sys	v0.8.0	h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=
	dep	golang.org/x/text	v0.9.0	h1:2sjJmO8cDvYveuX97RDLsxlyUxLl+GHoLxBiRdHllBE=
	dep	gopkg.in/ini.v1	v1.67.0	h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=
	dep	gopkg.in/yaml.v3	v3.0.1	h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
	build	-buildmode=exe
	build	-compiler=gc
	build	-ldflags="-s -w -X main.version=0.1.0 -X main.commit=a9650bb0a9e124233e75a1e0759c6ca93f370375 -X main.date=2023-06-29T02:53:08Z -X main.builtBy=goreleaser"
	build	CGO_ENABLED=1
	build	CGO_CFLAGS=
	build	CGO_CPPFLAGS=
	build	CGO_CXXFLAGS=
	build	CGO_LDFLAGS=
	build	GOARCH=amd64
	build	GOOS=linux
	build	GOAMD64=v1
	build	vcs=git
	build	vcs.revision=a9650bb0a9e124233e75a1e0759c6ca93f370375
	build	vcs.time=2023-06-29T02:52:07Z
	build	vcs.modified=false

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

1 participant