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

GitHub Action failure: undefined reference to `inflate' #90

Closed
robert-scheck opened this issue Jun 14, 2023 · 1 comment
Closed

GitHub Action failure: undefined reference to `inflate' #90

robert-scheck opened this issue Jun 14, 2023 · 1 comment

Comments

@robert-scheck
Copy link
Contributor

My unrelated documentation-only commit 32b8c63 lead to a GitHub Action failure:

/usr/bin/ld: rpki_client-http.o: in function `http_handle':
http.c:(.text+0x13aa): undefined reference to `inflate'
/usr/bin/ld: http.c:(.text+0x19a6): undefined reference to `inflateReset'
/usr/bin/ld: http.c:(.text+0x19b8): undefined reference to `inflateEnd'
/usr/bin/ld: rpki_client-http.o: in function `http_free':
http.c:(.text+0x1f87): undefined reference to `inflateEnd'
/usr/bin/ld: rpki_client-http.o: in function `http_read':
http.c:(.text+0x2a9a): undefined reference to `inflateInit2_'
/usr/bin/ld: rpki_client-http.o: in function `http_done':
http.c:(.text+0x4113): undefined reference to `inflateReset'
/usr/bin/ld: http.c:(.text+0x4125): undefined reference to `inflateEnd'
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Looks like zlib is a new dependency and should make it into configure etc.?

@cjeker
Copy link
Member

cjeker commented Jun 14, 2023

Fixed in b288c13

@cjeker cjeker closed this as completed Jun 14, 2023
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