-
Notifications
You must be signed in to change notification settings - Fork 17
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
Undefined references on install #5
Comments
I just test it this morning in Windows and it works fine: > go get github.com/webui-dev/go-webui/v2@latest
go: downloading github.com/webui-dev/go-webui/v2 v2.4.0
go: upgraded github.com/webui-dev/go-webui/v2 v2.3.2 => v2.4.0
> go build minimal.go
> minimal.exe I will re-test it in Linux later today. |
According to this issue, they make a hack as a workaround. In general, WebUI uses Civetweb, and Civetweb includes What is the version of GLIBC installed on your machine? You can use |
I'm on KDE NEON 5.19 (basically Ubuntu 20.04 LTS) and just ran all updates (apt get update, apt get upgrade). |
I guess we need to apply the same hack they did. I will investigate. |
I just test it using |
Most part of the wrapper was re-written for the upcoming release. Can you re-check if the issue is solved for you @Kukulkano ? |
Perhaps we should change |
Yes, sounds good. I'll look into linux arm the next days as well 👍 . If things work we can add it to webuis github releases. |
Hi. I follow the documentation and run
go get github.com/webui-dev/go-webui/v2@latest
Sadly, it fails:
Any idea what is wrong? How can I fix this?
I'm on Linux (x86-64) using go1.16.2 linux/amd64.
The text was updated successfully, but these errors were encountered: