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

Configure script does not confirm curl was compiled with libz support #60

Closed
gmbecker opened this issue Apr 8, 2016 · 2 comments
Closed

Comments

@gmbecker
Copy link

gmbecker commented Apr 8, 2016

When pointed at a libcurl compiled without libz support enabled, the package will install succesfully, but segfault when collecting version info here https://github.com/jeroenooms/curl/blob/master/src/version.c#L12 because the libz_version field of the struct is NULL.

If libz support is mandatory then the package configuration script should fail if the libcurl it finds doesn't have it.

@jeroen
Copy link
Owner

jeroen commented Apr 10, 2016

Hmmm thanks for catching this. I would have guessed that mkString(NULL) returns NA but I guess it doesn't.

@jeroen
Copy link
Owner

jeroen commented Apr 10, 2016

Fixed @ 0f6e4b1.

@jeroen jeroen closed this as completed Apr 10, 2016
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