forked from joohoi/acme-dns
-
Notifications
You must be signed in to change notification settings - Fork 3
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
SQLite support #216
Comments
So we are using sqlite using |
See also: Line 8 in dbb6af9
|
Hi @fritterhoff, you are using the DNS server within the provided container. This explains the case because the binary files provided do not contain the linked C reference. The CGO parameter is not set and within a multi-arch architecture, this is not trivial with the C dependencies. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @fritterhoff,
do you use SQLite support or do you also use a PostgreSQL DB? I have an active issue here right now (CGO build issues) and I have switched the SQLite driver to a native Go implementation. Is this also interesting for you? If so, I would make it available to you via PR. Greetings, Pascal
The text was updated successfully, but these errors were encountered: