You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "Enrico Olivelli (Jira)" <ji...@apache.org> on 2020/10/03 14:06:00 UTC

[jira] [Updated] (ZOOKEEPER-3951) Compile Error in Zookeeper.c without SASL

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-3951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Enrico Olivelli updated ZOOKEEPER-3951:
---------------------------------------
    Summary: Compile Error in Zookeeper.c without SASL  (was: Compile Error in Zookeeper.c)

Do you have time to send a PR against master branch?

> Compile Error in Zookeeper.c without SASL
> -----------------------------------------
>
>                 Key: ZOOKEEPER-3951
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3951
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: c client
>    Affects Versions: 3.6.2
>            Reporter: Parag
>            Priority: Major
>
> There seems to be a error in zookeeper.c at line 2849 where the field sasl_client is not protected by the conditional compile by having #ifdef HAVE_CYRUS_SASL_H. There is one more place where sasl_client field is not protected. There are many places in this file where the protection exists but not in two places. I was building with SASL disabled and I got these errors during build. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)