Skip to content

[C++][Gandiva] An error during the build process for gandiva #40334

@llama90

Description

@llama90

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions