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 failure on Debian Bookworm with memcached #121

Closed
jakub-id opened this issue Sep 14, 2024 · 0 comments · Fixed by #122
Closed

Configure failure on Debian Bookworm with memcached #121

jakub-id opened this issue Sep 14, 2024 · 0 comments · Fixed by #122
Assignees

Comments

@jakub-id
Copy link
Contributor

jakub-id commented Sep 14, 2024

Configure step fails on Debian Bookworm when using --with-memcached. Running pkg-config for libmemcached expects libcrypto.pc which is not provided by any libmemcached-dev dependency:

# pkg-config --cflags libmemcached
Package libcrypto was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcrypto.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libcrypto', required by 'libmemcached', not found

see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1038149

It looks like the only solution is to include libssl-dev in Build-Depends as this is the only package in Debian Bookworm that includes the file libcrypto.pc.

@jakub-id jakub-id self-assigned this Sep 14, 2024
@jakub-id jakub-id linked a pull request Sep 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant