dcoliversun opened a new issue, #5178: URL: https://github.com/apache/incubator-gluten/issues/5178
### Problem description Detail is [here](https://github.com/dcoliversun/gluten/actions/runs/8463669591/job/23186962524) When I ran the `dev/package.sh`script on centos8, I got the following error. ```plain -- Try finding aws-cpp-sdk-core CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find crypto (missing: crypto_LIBRARY) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) /usr/local/lib64/s2n/cmake/modules/Findcrypto.cmake:75 (find_package_handle_standard_args) /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib64/s2n/cmake/s2n-config.cmake:9 (find_dependency) /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib64/aws-c-io/cmake/aws-c-io-config.cmake:4 (find_dependency) /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib64/aws-c-http/cmake/aws-c-http-config.cmake:3 (find_dependency) /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib64/aws-crt-cpp/cmake/aws-crt-cpp-config.cmake:3 (find_dependency) /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:47 (find_package) /usr/local/lib64/cmake/aws-cpp-sdk-core/aws-cpp-sdk-core-config.cmake:13 (find_dependency) /usr/local/lib64/cmake/AWSSDK/AWSSDKConfig.cmake:310 (find_package) velox/CMakeLists.txt:277 (find_package) ``` ### System information CMake Version: 3.20.2 System: Linux-6.6.16-linuxkit Arch: x86_64 C++ Compiler: /opt/rh/gcc-toolset-9/root/usr/bin/c++ C++ Compiler Version: 9.2.1 C Compiler: /opt/rh/gcc-toolset-9/root/usr/bin/cc C Compiler Version: 9.2.1 CMake Prefix Path: /usr/local;/usr;/;/usr;/usr/local;/usr/X11R6;/usr/pkg;/opt ### CMake log _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
