aws / aws-lc

AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project.
Other
386 stars 116 forks source link

Build nginx with AWS-LC error #1827

Closed devhaozi closed 1 month ago

devhaozi commented 1 month ago

Problem:

I tried to apply the patch and test to compile Nginx1.27.1 + AWS-LC by referring to https://github.com/aws/aws-lc/blob/main/tests/ci/integration/run_nginx_integration.sh, but got the following error:

Relevant details

AWS-LC commit: v1.34.2

System information: for linux, below info can be collected by running uname -srvmp

Build log:

devhaozi commented 1 month ago

I found the cause of the problem: --with-ld-opt="-L/path/to/aws-lc-install/lib64" should use lib64, in run_nginx_integration.sh it's lib.