-
Notifications
You must be signed in to change notification settings - Fork 19
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
Projects with postgresql-simple fail to match SSL symbols #8
Comments
Related issue on |
@avanov did you ever manage to fix this issue? I've just run into the same thing... |
@bford-ff I ended up switching to https://github.com/nh2/static-haskell-nix (the working example is at https://github.com/nh2/static-haskell-nix/tree/master/static-stack2nix-builder-example), as I couldn't find a way to instruct Alpine/APK to discover necessary symbols. And it seems it's becoming the default method of building official Stack distributions - https://opencollective.com/static-haskell-nix/updates/official-stack-static-binaries-now-built-via-static-haskell-nix |
Thanks! That's what I'm using at the moment too, but I'm a bit concerned about the overhead for a team that doesn't know nix :-/ I can't seem to see the close issue button, but please feel free to close this issue :-) |
Hi!
I run into an issue with a project with
postgresql-simple
not being able to compile due to the following SSL linking error:The project has the following dependencies:
I'm going to investigate it further, and so far it seems like a problem similar to pyca/cryptography#4264 , but I wonder if anyone else has seen this specifically with Stack builds before?
The text was updated successfully, but these errors were encountered: