Skip to content
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

missing dependency curl #12

Closed
andrewufrank opened this issue Jan 1, 2019 · 2 comments
Closed

missing dependency curl #12

andrewufrank opened this issue Jan 1, 2019 · 2 comments

Comments

@andrewufrank
Copy link

andrewufrank commented Jan 1, 2019

a load with stack build from a cloned a727a02 on debian - stretch fails lacking a curl c library.

Cabal means the curl C library, which must be installed by either the packages
libcurl4-openssl-dev or libcurl4-gnutls-dev.
see

next it also requires libssl1.0-dev, libpq-dev and libfcgi-dev; but then it installs ok.

it would be nice to include these hints in the installation instructinons.

@tdammers
Copy link
Owner

tdammers commented Jan 1, 2019

The README mentions libcurl, libpq and libfcgi; I just added libssl. Due to the way distros and distro packaging work, it is unfortunately not possible to provide a definitive list.

I also plan to provide "feature toggles" (in the form of Cabal switches) that would allow you to enable certain things (e.g. the MySQL backend), which in turn would make it possible to build without most of those dependencies. #14 details this.

@tdammers tdammers closed this as completed Jan 1, 2019
@andrewufrank
Copy link
Author

thank you - I did not read the readme carefully enough.
feature togles (or breaking into more than one package) would be welcome - my interest is specifically in bake to produce static sites - would be welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants