Describe the bug, including details regarding any error messages, version, and platform.
After pulling the latest code and enabling the options to build Gandiva (-DARROW_GANDIVA=ON), I encounter the following error while performing the build.
I am using an M1 MacBook.
I also tried after running the command brew update && brew bundle --file=cpp/Brewfile.
In file included from /Users/lama/workspace/arrow-new/cpp/src/gandiva/encrypt_utils_test.cc:18:
/Users/lama/workspace/arrow-new/cpp/src/gandiva/encrypt_utils.h:20:10: fatal error: 'openssl/aes.h' file not found
#include <openssl/aes.h>
^~~~~~~~~~~~~~~
1 error generated.
Component(s)
C++ - Gandiva