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

Compile error with release 2.4.15.4 if libhiredis-dev is not installed #1195

Closed
zandbelt opened this issue Mar 13, 2024 Discussed in #1194 · 0 comments
Closed

Compile error with release 2.4.15.4 if libhiredis-dev is not installed #1195

zandbelt opened this issue Mar 13, 2024 Discussed in #1194 · 0 comments

Comments

@zandbelt
Copy link
Member

Discussed in #1194

Originally posted by HolgerHees March 13, 2024
after upgrading from version 2.4.15.3 to 2.4.15.4 I was not able to compile openidc again. I got the following error

src/config.c: In function 'oidc_set_redis_connect_timeout':", src/config.c:1358:76: error: 'oidc_cfg' has no member named 'cache_redis_connect_timeout'", 1358 | rv = oidc_parse_redis_connect_timeout(cmd->pool, arg1, &cfg->cache_redis_connect_timeout);", src/config.c:1360:70: error: 'oidc_cfg' has no member named 'cache_redis_keepalive'", 1360 | rv = oidc_parse_redis_keepalive(cmd->pool, arg2, &cfg->cache_redis_keepalive);", make: *** [Makefile:942: src/config.lo] Error 1"

my workaround was to install libhiredis-dev but I don't use redis in my openidc setup.

I guess it is related to this commit 603a51b

The reason why I create an issues here is, because your issues tracker does not provide an option to create an issues. I hope this is the right place.

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

1 participant