Closed timnolte closed 1 year ago
It turns out this is actually a bug since the README indicates it should have been built along with the OLS build however, the manual build is also failing which is an indicator that there is a problem. Going to need to check the build requirements as mentioned here to see if there is a required package missing.
Some related issues:
YAJL can be manually downloaded, built, and installed on arm64, using the tagged release source tarball. However, when the OLS build tries to build the ModSecurity module it fails to find YAJL and still attempts to download the tarball of the source code to be built however it can't because of the branch/tag conflict in the YAJL repository that prevents ModSecurity from properly downloading the tarball from the Git repository.
Currently this Docker image is not being built with the ModSecurity module available. This will need to be built from source during the Docker image build.