This repository was archived by the owner on Oct 20, 2025. It is now read-only.
Linking a Golang Application with go-duckdb in Docker #444
Replies: 1 comment
-
|
👋 Thanks for starting this discussion! This repository has moved to https://github.com/duckdb/duckdb-go If this topic is still relevant, please continue the conversation at the new location. I'm closing this now as part of the migration. Please see #565 for more details. |
Beta Was this translation helpful? Give feedback.
0 replies
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: Assertionsym != 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-duckdbpackage -github.com/marcboeker/go-duckdb/v2 v2.2.0Beta Was this translation helpful? Give feedback.
All reactions