Linking a Golang Application with go-duckdb in Docker #444
Unanswered
ns-pgowardhan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everyone,
I am trying to build an application in Go that would be shipped as a K8s microservice to process some data from S3 files. I have followed the instructions present here to build a static library and then link that with my Go application.
The build completes successfully and the container is built but when I try to read from the parquet file using a DuckDB query I get an error
dl-call-libc-early-init.c:37: _dl_call_libc_early_init: Assertion
sym != NULL' failed.`I am however able to run the same application without any problems outside of the docker container.
Is there a known resolution for this issue?
PS: I am using v2 version of the
go-duckdb
package -github.com/marcboeker/go-duckdb/v2 v2.2.0
Beta Was this translation helpful? Give feedback.
All reactions