Open yancong303 opened 2 months ago
When you run ./configure
, you get a summary at the end. Could you show that result?
Thanks for your help, I tried to add a parameter to configure./configure --without-curl, and then make &&make install to complete the installation, although the installation is complete, I am not sure if this is OK
Thanks for your help, I tried to add a parameter to configure./configure --without-curl, and then make &&make install to complete the installation, although the installation is complete, I am not sure if this is OK
Right.
If you don't need curl
you don't need to link it, this is why --without-curl
option was introduced. If you want to be sure that everything is okay, you can run after make
(and before make install
, but you can run it now indeed) the command make check
. This will run all regression tests. If every tests are passed you can be sure. But you can't use some functions like SecRemoteRules
.
@yancong303 is there anything we can help you? If not, please close this issue.
I installed modsecurity on centos7, operating system version 3.10.0-1160.105.1.el7.x86_64. At the beginning of my operating system gcc version is gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44), there is no problem when installing modsecurity at this time. Since I needed to install opencv, I later upgraded the gcc version and the updated gcc version is gcc (GCC) 9.3.0 An exception occurred when I installed modsecurity on the server after upgrading the gcc version. There is always an error in the make compilation, I have seen on the official website, I have installed the required dependencies, but the error is still reported, the error log is as follows.
What is my problem? How can I solve it? Who can help me?