pinoren

Results 24 comments of pinoren

After testing, it turns out the system is indeed arm64, and the error is caused by the dynamic link library... I will try compiling a statically linked build. Thank you...

oh no。。。 ``` root@Router:/bin# gotify-server --config /etc/gotify/config.yml Starting Gotify version unknown@unknown panic: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub goroutine 1 [running]: main.main()...

``` root@Router:~/server-2.7.3# CGO_ENABLED=1 GOOS=linux GOARCH=arm 64 go build -mod=readonly -a -ldflags="-s -w -X main.Mode=prod" # runtime/cgo cgo: C compiler "gcc" not found: exec: "gcc": executable file not found in $PATH...

> It seems like openwrt does support docker? That should work around the libc issue for now. Since you have a raspberry pi I assume storage shouldn't be a problem?...